Shades of Bilbao #367F16
Tints of Bilbao #367F16
RGB
CMYK
RGB Variations
Color information
#367F16 (or 0x367F16) is known color: Bilbao. HEX triplet: 36, 7F and 16. RGB value is (54,127,22). Sum of RGB (Red+Green+Blue) = 54+127+22=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #367F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F16 is #C980E9. Grayscale: #5D5D5D. Windows color (decimal): -13205738 or 1474358. OLE color: 1474358.
HSL color Cylindrical-coordinate representation of color #367F16: hue angle of 101.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #367F16 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 22 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.50 |
| HSL | 101.71º | 0.7% | 0.29% | - |
| HSV(B) | 101.71º | 0.83% | 0.5% | - |
| XYZ | 9.26 | 16.02 | 3.36 | - |
| YUV | 93.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 22 | 0.57 | 0 | 0.83 | 0.50 | 101.71 | 0.7 | 0.29 |
| Hex | 36 | 7F | 16 | 39 | 0 | 53 | 32 | 66 | 46 | 1D |
| Octal | 66 | 177 | 26 | 71 | 0 | 123 | 62 | 146 | 106 | 35 |
| Binary | 110110 | 1111111 | 10110 | 111001 | 0 | 1010011 | 110010 | 1100110 | 1000110 | 11101 |
Color Harmonies of #367F16
Complementary color
Monochromatic Colors of #367F16
Black with #367F16
Text Example
Text Example
White with #367F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F16; }
p { color: rgb(54,127,22); }
H1.HeaderClassName
{
color: #367F16;
}
.AnyTagClassName
{
color: #367F16;
}
</style>
background-color css
<style>
a { background-color: #367F16; }
a { background-color: rgb(54,127,22); }
div.DivClassName
{
background-color: #367F16;
}
.BgClassName
{
background-color: #367F16;
}
</style>
border-color css
<style>
span { border-color: #367F16; }
span { border-color: rgb(54,127,22); }
td.TdClassName
{
border-color: #367F16;
}
.TagClassName
{
border-color: #367F16;
}
</style>