Shades of Bilbao #376A13
Tints of Bilbao #376A13
RGB
CMYK
RGB Variations
Color information
#376A13 (or 0x376A13) is known color: Bilbao. HEX triplet: 37, 6A and 13. RGB value is (55,106,19). Sum of RGB (Red+Green+Blue) = 55+106+19=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #376A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376A13 is #C895EC. Grayscale: #515151. Windows color (decimal): -13145581 or 1272375. OLE color: 1272375.
HSL color Cylindrical-coordinate representation of color #376A13: hue angle of 95.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #376A13 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 19 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.58 |
| HSL | 95.17º | 0.7% | 0.25% | - |
| HSV(B) | 95.17º | 0.82% | 0.42% | - |
| XYZ | 6.85 | 11.17 | 2.41 | - |
| YUV | 80.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 19 | 0.48 | 0 | 0.82 | 0.58 | 95.17 | 0.7 | 0.25 |
| Hex | 37 | 6A | 13 | 30 | 0 | 52 | 3A | 5F | 46 | 19 |
| Octal | 67 | 152 | 23 | 60 | 0 | 122 | 72 | 137 | 106 | 31 |
| Binary | 110111 | 1101010 | 10011 | 110000 | 0 | 1010010 | 111010 | 1011111 | 1000110 | 11001 |
Color Harmonies of #376A13
Complementary color
Monochromatic Colors of #376A13
Black with #376A13
Text Example
Text Example
White with #376A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A13; }
p { color: rgb(55,106,19); }
H1.HeaderClassName
{
color: #376A13;
}
.AnyTagClassName
{
color: #376A13;
}
</style>
background-color css
<style>
a { background-color: #376A13; }
a { background-color: rgb(55,106,19); }
div.DivClassName
{
background-color: #376A13;
}
.BgClassName
{
background-color: #376A13;
}
</style>
border-color css
<style>
span { border-color: #376A13; }
span { border-color: rgb(55,106,19); }
td.TdClassName
{
border-color: #376A13;
}
.TagClassName
{
border-color: #376A13;
}
</style>