Shades of Bilbao #376F12
Tints of Bilbao #376F12
RGB
CMYK
RGB Variations
Color information
#376F12 (or 0x376F12) is known color: Bilbao. HEX triplet: 37, 6F and 12. RGB value is (55,111,18). Sum of RGB (Red+Green+Blue) = 55+111+18=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #376F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F12 is #C890ED. Grayscale: #535353. Windows color (decimal): -13144302 or 1208119. OLE color: 1208119.
HSL color Cylindrical-coordinate representation of color #376F12: hue angle of 96.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #376F12 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 18 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.56 |
| HSL | 96.13º | 0.72% | 0.25% | - |
| HSV(B) | 96.13º | 0.84% | 0.44% | - |
| XYZ | 7.37 | 12.22 | 2.54 | - |
| YUV | 83.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 18 | 0.50 | 0 | 0.84 | 0.56 | 96.13 | 0.72 | 0.25 |
| Hex | 37 | 6F | 12 | 32 | 0 | 54 | 38 | 60 | 48 | 19 |
| Octal | 67 | 157 | 22 | 62 | 0 | 124 | 70 | 140 | 110 | 31 |
| Binary | 110111 | 1101111 | 10010 | 110010 | 0 | 1010100 | 111000 | 1100000 | 1001000 | 11001 |
Color Harmonies of #376F12
Complementary color
Monochromatic Colors of #376F12
Black with #376F12
Text Example
Text Example
White with #376F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F12; }
p { color: rgb(55,111,18); }
H1.HeaderClassName
{
color: #376F12;
}
.AnyTagClassName
{
color: #376F12;
}
</style>
background-color css
<style>
a { background-color: #376F12; }
a { background-color: rgb(55,111,18); }
div.DivClassName
{
background-color: #376F12;
}
.BgClassName
{
background-color: #376F12;
}
</style>
border-color css
<style>
span { border-color: #376F12; }
span { border-color: rgb(55,111,18); }
td.TdClassName
{
border-color: #376F12;
}
.TagClassName
{
border-color: #376F12;
}
</style>