#376B11

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

Shades of Bilbao #376B11

Tints of Bilbao #376B11

Color information

#376B11 (or 0x376B11) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 11. RGB value is (55,107,17). Sum of RGB (Red+Green+Blue) = 55+107+17=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 107 (42.19% from 255 or 59.78% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 107 - color contains mainly: green. Hex color #376B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B11 is #C894EE. Grayscale: #515151. Windows color (decimal): -13145327 or 1141559. OLE color: 1141559.

HSL color Cylindrical-coordinate representation of color #376B11: hue angle of 94.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #376B11 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB5510717-
CMYK0.4900.840.58
HSL94.67º72.58%24.31%-
HSV(B)94.67º84.11%41.96%-
XYZ6.9311.372.36-
YUV81.1991.77109.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 107 (42.19% from 255) = 59.78%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=30.73%
G=59.78%
B=9.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107170.4900.840.5894.6772.5824.31
Hex376B11310543A5f4918
Octal67153216101247213711130
Binary110111110101110001110001010101001110101011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B11; }

 p { color: rgb(55,107,17); }

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

<style>
 a { background-color: #376B11; }

 a { background-color: rgb(55,107,17); }

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

<style>
 span { border-color: #376B11; }

 span { border-color: rgb(55,107,17); }

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