#37710D

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

Shades of Bilbao #37710D

Tints of Bilbao #37710D

Color information

#37710D (or 0x37710D) is unknown color: approx Bilbao. HEX triplet: 37, 71 and 0D. RGB value is (55,113,13). Sum of RGB (Red+Green+Blue) = 55+113+13=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #37710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37710D is #C88EF2. Grayscale: #545454. Windows color (decimal): -13143795 or 880951. OLE color: 880951.

HSL color Cylindrical-coordinate representation of color #37710D: hue angle of 94.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37710D is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB5511313-
CMYK0.5100.880.56
HSL94.8º79.37%24.71%-
HSV(B)94.8º88.5%44.31%-
XYZ7.5512.652.42-
YUV84.2687.78107.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 113 (44.53% from 255) = 62.43%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=30.39%
G=62.43%
B=7.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113130.5100.880.5694.879.3724.71
Hex3771D33058385f4f19
Octal67161156301307013711731
Binary11011111100011101110011010110001110001011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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