#376F18

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

Shades of Bilbao #376F18

Tints of Bilbao #376F18

Color information

#376F18 (or 0x376F18) is unknown color: approx Bilbao. HEX triplet: 37, 6F and 18. RGB value is (55,111,24). Sum of RGB (Red+Green+Blue) = 55+111+24=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #376F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F18 is #C890E7. Grayscale: #545454. Windows color (decimal): -13144296 or 1601335. OLE color: 1601335.

HSL color Cylindrical-coordinate representation of color #376F18: hue angle of 98.62º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376F18 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB5511124-
CMYK0.5000.780.56
HSL98.62º64.44%26.47%-
HSV(B)98.62º78.38%43.53%-
XYZ7.4212.252.84-
YUV84.3493.95107.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=28.95%
G=58.42%
B=12.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55111240.5000.780.5698.6264.4426.47
Hex376F183204E3863401a
Octal67157306201167014310032
Binary110111110111111000110010010011101110001100011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,111,24); }

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

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

 a { background-color: rgb(55,111,24); }

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

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

 span { border-color: rgb(55,111,24); }

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