#37760E

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

Shades of Bilbao #37760E

Tints of Bilbao #37760E

Color information

#37760E (or 0x37760E) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 0E. RGB value is (55,118,14). Sum of RGB (Red+Green+Blue) = 55+118+14=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #37760E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37760E is #C889F1. Grayscale: #575757. Windows color (decimal): -13142514 or 947767. OLE color: 947767.

HSL color Cylindrical-coordinate representation of color #37760E: hue angle of 96.35º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37760E is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB5511814-
CMYK0.5300.880.54
HSL96.35º78.79%25.88%-
HSV(B)96.35º88.14%46.27%-
XYZ8.1313.82.65-
YUV87.3186.63104.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=29.41%
G=63.10%
B=7.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118140.5300.880.5496.3578.7925.88
Hex3776E3505836604f1a
Octal67166166501306614011732
Binary11011111101101110110101010110001101101100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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