Shades of Bilbao #336D06
Tints of Bilbao #336D06
RGB
CMYK
RGB Variations
Color information
#336D06 (or 0x336D06) is known color: Bilbao. HEX triplet: 33, 6D and 06. RGB value is (51,109,6). Sum of RGB (Red+Green+Blue) = 51+109+6=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #336D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336D06 is #CC92F9. Grayscale: #505050. Windows color (decimal): -13406970 or 421171. OLE color: 421171.
HSL color Cylindrical-coordinate representation of color #336D06: hue angle of 93.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #336D06 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 6 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.57 |
| HSL | 93.79º | 0.9% | 0.23% | - |
| HSV(B) | 93.79º | 0.94% | 0.43% | - |
| XYZ | 6.87 | 11.65 | 2.06 | - |
| YUV | 79.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 6 | 0.53 | 0 | 0.94 | 0.57 | 93.79 | 0.9 | 0.23 |
| Hex | 33 | 6D | 6 | 35 | 0 | 5E | 39 | 5E | 5A | 17 |
| Octal | 63 | 155 | 6 | 65 | 0 | 136 | 71 | 136 | 132 | 27 |
| Binary | 110011 | 1101101 | 110 | 110101 | 0 | 1011110 | 111001 | 1011110 | 1011010 | 10111 |
Color Harmonies of #336D06
Complementary color
Monochromatic Colors of #336D06
Black with #336D06
Text Example
Text Example
White with #336D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D06; }
p { color: rgb(51,109,6); }
H1.HeaderClassName
{
color: #336D06;
}
.AnyTagClassName
{
color: #336D06;
}
</style>
background-color css
<style>
a { background-color: #336D06; }
a { background-color: rgb(51,109,6); }
div.DivClassName
{
background-color: #336D06;
}
.BgClassName
{
background-color: #336D06;
}
</style>
border-color css
<style>
span { border-color: #336D06; }
span { border-color: rgb(51,109,6); }
td.TdClassName
{
border-color: #336D06;
}
.TagClassName
{
border-color: #336D06;
}
</style>