#37720E

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

Shades of Bilbao #37720E

Tints of Bilbao #37720E

Color information

#37720E (or 0x37720E) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 0E. RGB value is (55,114,14). Sum of RGB (Red+Green+Blue) = 55+114+14=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #37720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37720E is #C88DF1. Grayscale: #555555. Windows color (decimal): -13143538 or 946743. OLE color: 946743.

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

Color convert

RGB5511414-
CMYK0.5200.880.55
HSL95.4º78.12%25.1%-
HSV(B)95.4º87.72%44.71%-
XYZ7.6712.882.5-
YUV84.9687.95106.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=30.05%
G=62.30%
B=7.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114140.5200.880.5595.478.1225.1
Hex3772E34058375f4e19
Octal67162166401306713711631
Binary11011111100101110110100010110001101111011111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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