#39710B

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

Shades of Bilbao #39710B

Tints of Bilbao #39710B

Color information

#39710B (or 0x39710B) is unknown color: approx Bilbao. HEX triplet: 39, 71 and 0B. RGB value is (57,113,11). Sum of RGB (Red+Green+Blue) = 57+113+11=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #39710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39710B is #C68EF4. Grayscale: #545454. Windows color (decimal): -13012725 or 749881. OLE color: 749881.

HSL color Cylindrical-coordinate representation of color #39710B: hue angle of 92.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39710B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB5711311-
CMYK0.5000.900.56
HSL92.94º82.26%24.31%-
HSV(B)92.94º90.27%44.31%-
XYZ7.6512.72.37-
YUV84.6386.45108.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 113 (44.53% from 255) = 62.43%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=31.49%
G=62.43%
B=6.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113110.5000.900.5692.9482.2624.31
Hex3971B3205A385d5218
Octal71161136201327013512230
Binary11100111100011011110010010110101110001011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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