Shades of Bilbao #376A0F
Tints of Bilbao #376A0F
RGB
CMYK
RGB Variations
Color information
#376A0F (or 0x376A0F) is known color: Bilbao. HEX triplet: 37, 6A and 0F. RGB value is (55,106,15). Sum of RGB (Red+Green+Blue) = 55+106+15=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 106 (41.80% from 255 or 60.23% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 106 - color contains mainly: green. Hex color #376A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376A0F is #C895F0. Grayscale: #505050. Windows color (decimal): -13145585 or 1010231. OLE color: 1010231.
HSL color Cylindrical-coordinate representation of color #376A0F: hue angle of 93.63º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #376A0F is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 15 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.58 |
| HSL | 93.63º | 0.75% | 0.24% | - |
| HSV(B) | 93.63º | 0.86% | 0.42% | - |
| XYZ | 6.82 | 11.15 | 2.25 | - |
| YUV | 80.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 15 | 0.48 | 0 | 0.86 | 0.58 | 93.63 | 0.75 | 0.24 |
| Hex | 37 | 6A | F | 30 | 0 | 56 | 3A | 5E | 4B | 18 |
| Octal | 67 | 152 | 17 | 60 | 0 | 126 | 72 | 136 | 113 | 30 |
| Binary | 110111 | 1101010 | 1111 | 110000 | 0 | 1010110 | 111010 | 1011110 | 1001011 | 11000 |
Color Harmonies of #376A0F
Complementary color
Monochromatic Colors of #376A0F
Black with #376A0F
Text Example
Text Example
White with #376A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A0F; }
p { color: rgb(55,106,15); }
H1.HeaderClassName
{
color: #376A0F;
}
.AnyTagClassName
{
color: #376A0F;
}
</style>
background-color css
<style>
a { background-color: #376A0F; }
a { background-color: rgb(55,106,15); }
div.DivClassName
{
background-color: #376A0F;
}
.BgClassName
{
background-color: #376A0F;
}
</style>
border-color css
<style>
span { border-color: #376A0F; }
span { border-color: rgb(55,106,15); }
td.TdClassName
{
border-color: #376A0F;
}
.TagClassName
{
border-color: #376A0F;
}
</style>