#37720D

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

Shades of Bilbao #37720D

Tints of Bilbao #37720D

Color information

#37720D (or 0x37720D) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 0D. RGB value is (55,114,13). Sum of RGB (Red+Green+Blue) = 55+114+13=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #37720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37720D is #C88DF2. Grayscale: #555555. Windows color (decimal): -13143539 or 881207. OLE color: 881207.

HSL color Cylindrical-coordinate representation of color #37720D: hue angle of 95.05º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37720D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB5511413-
CMYK0.5200.890.55
HSL95.05º79.53%24.9%-
HSV(B)95.05º88.6%44.71%-
XYZ7.6712.882.46-
YUV84.8487.45106.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 114 (44.92% from 255) = 62.64%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=30.22%
G=62.64%
B=7.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114130.5200.890.5595.0579.5324.9
Hex3772D34059375f5019
Octal67162156401316713712031
Binary11011111100101101110100010110011101111011111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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