#397828

Color #397828 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #397828

Tints of Bilbao #397828

Color information

#397828 (or 0x397828) is unknown color: approx Bilbao. HEX triplet: 39, 78 and 28. RGB value is (57,120,40). Sum of RGB (Red+Green+Blue) = 57+120+40=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #397828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397828 is #C687D7. Grayscale: #5C5C5C. Windows color (decimal): -13010904 or 2652217. OLE color: 2652217.

HSL color Cylindrical-coordinate representation of color #397828: hue angle of 107.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397828 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB5712040-
CMYK0.5200.670.53
HSL107.25º50%31.37%-
HSV(B)107.25º66.67%47.06%-
XYZ8.7914.464.33-
YUV92.0498.63103-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=26.27%
G=55.30%
B=18.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120400.5200.670.53107.255031.37
Hex39782834043356b321f
Octal7117050640103651536237
Binary111001111100010100011010001000011110101110101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397828; }

 p { color: rgb(57,120,40); }

 H1.HeaderClassName
 {
   color: #397828;
 }
 .AnyTagClassName
 {
   color: #397828;
 }
</style>
background-color css

<style>
 a { background-color: #397828; }

 a { background-color: rgb(57,120,40); }

 div.DivClassName
 {
   background-color: #397828;
 }
 .BgClassName
 {
   background-color: #397828;
 }
</style>
border-color css

<style>
 span { border-color: #397828; }

 span { border-color: rgb(57,120,40); }

 td.TdClassName
 {
   border-color: #397828;
 }
 .TagClassName
 {
   border-color: #397828;
 }
</style>