#37700D

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

Shades of Bilbao #37700D

Tints of Bilbao #37700D

Color information

#37700D (or 0x37700D) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 0D. RGB value is (55,112,13). Sum of RGB (Red+Green+Blue) = 55+112+13=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #37700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37700D is #C88FF2. Grayscale: #545454. Windows color (decimal): -13144051 or 880695. OLE color: 880695.

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

Color convert

RGB5511213-
CMYK0.5100.880.56
HSL94.55º79.2%24.51%-
HSV(B)94.55º88.39%43.92%-
XYZ7.4412.432.39-
YUV83.6788.12107.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=30.56%
G=62.22%
B=7.22%

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
Decimal55112130.5100.880.5694.5579.224.51
Hex3770D33058385f4f19
Octal67160156301307013711731
Binary11011111100001101110011010110001110001011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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