#39712A

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

Shades of Bilbao #39712A

Tints of Bilbao #39712A

Color information

#39712A (or 0x39712A) is unknown color: approx Bilbao. HEX triplet: 39, 71 and 2A. RGB value is (57,113,42). Sum of RGB (Red+Green+Blue) = 57+113+42=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #39712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39712A is #C68ED5. Grayscale: #585858. Windows color (decimal): -13012694 or 2781497. OLE color: 2781497.

HSL color Cylindrical-coordinate representation of color #39712A: hue angle of 107.32º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39712A is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB5711342-
CMYK0.5000.630.56
HSL107.32º45.81%30.39%-
HSV(B)107.32º62.83%44.31%-
XYZ8.0112.854.25-
YUV88.16101.95105.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=26.89%
G=53.30%
B=19.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113420.5000.630.56107.3245.8130.39
Hex39712A3203F386b2e1e
Octal711615262077701535636
Binary11100111100011010101100100111111111000110101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39712A; }

 p { color: rgb(57,113,42); }

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

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

 a { background-color: rgb(57,113,42); }

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

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

 span { border-color: rgb(57,113,42); }

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