Shades of Bilbao #376F09
Tints of Bilbao #376F09
RGB
CMYK
RGB Variations
Color information
#376F09 (or 0x376F09) is known color: Bilbao. HEX triplet: 37, 6F and 09. RGB value is (55,111,9). Sum of RGB (Red+Green+Blue) = 55+111+9=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #376F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F09 is #C890F6. Grayscale: #525252. Windows color (decimal): -13144311 or 618295. OLE color: 618295.
HSL color Cylindrical-coordinate representation of color #376F09: hue angle of 92.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #376F09 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 9 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.56 |
| HSL | 92.94º | 0.85% | 0.24% | - |
| HSV(B) | 92.94º | 0.92% | 0.44% | - |
| XYZ | 7.31 | 12.2 | 2.23 | - |
| YUV | 82.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 9 | 0.50 | 0 | 0.92 | 0.56 | 92.94 | 0.85 | 0.24 |
| Hex | 37 | 6F | 9 | 32 | 0 | 5C | 38 | 5D | 55 | 18 |
| Octal | 67 | 157 | 11 | 62 | 0 | 134 | 70 | 135 | 125 | 30 |
| Binary | 110111 | 1101111 | 1001 | 110010 | 0 | 1011100 | 111000 | 1011101 | 1010101 | 11000 |
Color Harmonies of #376F09
Complementary color
Monochromatic Colors of #376F09
Black with #376F09
Text Example
Text Example
White with #376F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F09; }
p { color: rgb(55,111,9); }
H1.HeaderClassName
{
color: #376F09;
}
.AnyTagClassName
{
color: #376F09;
}
</style>
background-color css
<style>
a { background-color: #376F09; }
a { background-color: rgb(55,111,9); }
div.DivClassName
{
background-color: #376F09;
}
.BgClassName
{
background-color: #376F09;
}
</style>
border-color css
<style>
span { border-color: #376F09; }
span { border-color: rgb(55,111,9); }
td.TdClassName
{
border-color: #376F09;
}
.TagClassName
{
border-color: #376F09;
}
</style>