#39742B

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

Shades of Bilbao #39742B

Tints of Bilbao #39742B

Color information

#39742B (or 0x39742B) is unknown color: approx Bilbao. HEX triplet: 39, 74 and 2B. RGB value is (57,116,43). Sum of RGB (Red+Green+Blue) = 57+116+43=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #39742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39742B is #C68BD4. Grayscale: #5A5A5A. Windows color (decimal): -13011925 or 2847801. OLE color: 2847801.

HSL color Cylindrical-coordinate representation of color #39742B: hue angle of 108.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39742B is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB5711643-
CMYK0.5100.630.55
HSL108.49º45.91%31.18%-
HSV(B)108.49º62.93%45.49%-
XYZ8.3713.544.46-
YUV90.04101.45104.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=26.39%
G=53.70%
B=19.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57116430.5100.630.55108.4945.9131.18
Hex39742B3303F376c2e1f
Octal711645363077671545637
Binary11100111101001010111100110111111110111110110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39742B; }

 p { color: rgb(57,116,43); }

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

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

 a { background-color: rgb(57,116,43); }

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

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

 span { border-color: rgb(57,116,43); }

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