Shades of Bilbao #336D16
Tints of Bilbao #336D16
RGB
CMYK
RGB Variations
Color information
#336D16 (or 0x336D16) is known color: Bilbao. HEX triplet: 33, 6D and 16. RGB value is (51,109,22). Sum of RGB (Red+Green+Blue) = 51+109+22=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #336D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336D16 is #CC92E9. Grayscale: #525252. Windows color (decimal): -13406954 or 1469747. OLE color: 1469747.
HSL color Cylindrical-coordinate representation of color #336D16: hue angle of 100º degrees, saturation: 0.66, 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 #336D16 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 22 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.57 |
| HSL | 100º | 0.66% | 0.26% | - |
| HSV(B) | 100º | 0.8% | 0.43% | - |
| XYZ | 6.98 | 11.7 | 2.65 | - |
| YUV | 81.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 22 | 0.53 | 0 | 0.80 | 0.57 | 100 | 0.66 | 0.26 |
| Hex | 33 | 6D | 16 | 35 | 0 | 50 | 39 | 64 | 42 | 1A |
| Octal | 63 | 155 | 26 | 65 | 0 | 120 | 71 | 144 | 102 | 32 |
| Binary | 110011 | 1101101 | 10110 | 110101 | 0 | 1010000 | 111001 | 1100100 | 1000010 | 11010 |
Color Harmonies of #336D16
Complementary color
Monochromatic Colors of #336D16
Black with #336D16
Text Example
Text Example
White with #336D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D16; }
p { color: rgb(51,109,22); }
H1.HeaderClassName
{
color: #336D16;
}
.AnyTagClassName
{
color: #336D16;
}
</style>
background-color css
<style>
a { background-color: #336D16; }
a { background-color: rgb(51,109,22); }
div.DivClassName
{
background-color: #336D16;
}
.BgClassName
{
background-color: #336D16;
}
</style>
border-color css
<style>
span { border-color: #336D16; }
span { border-color: rgb(51,109,22); }
td.TdClassName
{
border-color: #336D16;
}
.TagClassName
{
border-color: #336D16;
}
</style>