Shades of Bilbao #376E24
Tints of Bilbao #376E24
RGB
CMYK
RGB Variations
Color information
#376E24 (or 0x376E24) is known color: Bilbao. HEX triplet: 37, 6E and 24. RGB value is (55,110,36). Sum of RGB (Red+Green+Blue) = 55+110+36=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #376E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376E24 is #C891DB. Grayscale: #555555. Windows color (decimal): -13144540 or 2387511. OLE color: 2387511.
HSL color Cylindrical-coordinate representation of color #376E24: hue angle of 104.59º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376E24 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 110 | 36 | - |
| CMYK | 0.5 | 0 | 0.67 | 0.57 |
| HSL | 104.59º | 0.51% | 0.29% | - |
| HSV(B) | 104.59º | 0.67% | 0.43% | - |
| XYZ | 7.47 | 12.09 | 3.61 | - |
| YUV | 85.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 110 | 36 | 0.5 | 0 | 0.67 | 0.57 | 104.59 | 0.51 | 0.29 |
| Hex | 37 | 6E | 24 | 32 | 0 | 43 | 39 | 69 | 33 | 1D |
| Octal | 67 | 156 | 44 | 62 | 0 | 103 | 71 | 151 | 63 | 35 |
| Binary | 110111 | 1101110 | 100100 | 110010 | 0 | 1000011 | 111001 | 1101001 | 110011 | 11101 |
Color Harmonies of #376E24
Complementary color
Monochromatic Colors of #376E24
Black with #376E24
Text Example
Text Example
White with #376E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376E24; }
p { color: rgb(55,110,36); }
H1.HeaderClassName
{
color: #376E24;
}
.AnyTagClassName
{
color: #376E24;
}
</style>
background-color css
<style>
a { background-color: #376E24; }
a { background-color: rgb(55,110,36); }
div.DivClassName
{
background-color: #376E24;
}
.BgClassName
{
background-color: #376E24;
}
</style>
border-color css
<style>
span { border-color: #376E24; }
span { border-color: rgb(55,110,36); }
td.TdClassName
{
border-color: #376E24;
}
.TagClassName
{
border-color: #376E24;
}
</style>