#37760F

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

Shades of Bilbao #37760F

Tints of Bilbao #37760F

Color information

#37760F (or 0x37760F) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 0F. RGB value is (55,118,15). Sum of RGB (Red+Green+Blue) = 55+118+15=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #37760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37760F is #C889F0. Grayscale: #575757. Windows color (decimal): -13142513 or 1013303. OLE color: 1013303.

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

Color convert

RGB5511815-
CMYK0.5300.870.54
HSL96.7º77.44%26.08%-
HSV(B)96.7º87.29%46.27%-
XYZ8.1413.82.69-
YUV87.4287.13104.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=29.26%
G=62.77%
B=7.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118150.5300.870.5496.777.4426.08
Hex3776F3505736614d1a
Octal67166176501276614111532
Binary11011111101101111110101010101111101101100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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