#37710B

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

Shades of Bilbao #37710B

Tints of Bilbao #37710B

Color information

#37710B (or 0x37710B) is unknown color: approx Bilbao. HEX triplet: 37, 71 and 0B. RGB value is (55,113,11). Sum of RGB (Red+Green+Blue) = 55+113+11=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #37710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37710B is #C88EF4. Grayscale: #545454. Windows color (decimal): -13143797 or 749879. OLE color: 749879.

HSL color Cylindrical-coordinate representation of color #37710B: hue angle of 94.12º 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 #37710B is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB5511311-
CMYK0.5100.900.56
HSL94.12º82.26%24.31%-
HSV(B)94.12º90.27%44.31%-
XYZ7.5412.652.36-
YUV84.0386.78107.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=30.73%
G=63.13%
B=6.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113110.5100.900.5694.1282.2624.31
Hex3771B3305A385e5218
Octal67161136301327013612230
Binary11011111100011011110011010110101110001011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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