Shades of Bilbao #366E16
Tints of Bilbao #366E16
RGB
CMYK
RGB Variations
Color information
#366E16 (or 0x366E16) is known color: Bilbao. HEX triplet: 36, 6E and 16. RGB value is (54,110,22). Sum of RGB (Red+Green+Blue) = 54+110+22=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #366E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366E16 is #C991E9. Grayscale: #535353. Windows color (decimal): -13210090 or 1470006. OLE color: 1470006.
HSL color Cylindrical-coordinate representation of color #366E16: hue angle of 98.18º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #366E16 is Cyan = 0.51, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 110 | 22 | - |
| CMYK | 0.51 | 0 | 0.8 | 0.57 |
| HSL | 98.18º | 0.67% | 0.26% | - |
| HSV(B) | 98.18º | 0.8% | 0.43% | - |
| XYZ | 7.24 | 11.99 | 2.69 | - |
| YUV | 83.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 22 | 0.51 | 0 | 0.8 | 0.57 | 98.18 | 0.67 | 0.26 |
| Hex | 36 | 6E | 16 | 33 | 0 | 50 | 39 | 62 | 43 | 1A |
| Octal | 66 | 156 | 26 | 63 | 0 | 120 | 71 | 142 | 103 | 32 |
| Binary | 110110 | 1101110 | 10110 | 110011 | 0 | 1010000 | 111001 | 1100010 | 1000011 | 11010 |
Color Harmonies of #366E16
Complementary color
Monochromatic Colors of #366E16
Black with #366E16
Text Example
Text Example
White with #366E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E16; }
p { color: rgb(54,110,22); }
H1.HeaderClassName
{
color: #366E16;
}
.AnyTagClassName
{
color: #366E16;
}
</style>
background-color css
<style>
a { background-color: #366E16; }
a { background-color: rgb(54,110,22); }
div.DivClassName
{
background-color: #366E16;
}
.BgClassName
{
background-color: #366E16;
}
</style>
border-color css
<style>
span { border-color: #366E16; }
span { border-color: rgb(54,110,22); }
td.TdClassName
{
border-color: #366E16;
}
.TagClassName
{
border-color: #366E16;
}
</style>