Shades of Bilbao #336E08
Tints of Bilbao #336E08
RGB
CMYK
RGB Variations
Color information
#336E08 (or 0x336E08) is known color: Bilbao. HEX triplet: 33, 6E and 08. RGB value is (51,110,8). Sum of RGB (Red+Green+Blue) = 51+110+8=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 110 (43.36% from 255 or 65.09% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 110 - color contains mainly: green. Hex color #336E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336E08 is #CC91F7. Grayscale: #515151. Windows color (decimal): -13406712 or 552499. OLE color: 552499.
HSL color Cylindrical-coordinate representation of color #336E08: hue angle of 94.71º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #336E08 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 110 | 8 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.57 |
| HSL | 94.71º | 0.86% | 0.23% | - |
| HSV(B) | 94.71º | 0.93% | 0.43% | - |
| XYZ | 6.99 | 11.87 | 2.15 | - |
| YUV | 80.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 8 | 0.54 | 0 | 0.93 | 0.57 | 94.71 | 0.86 | 0.23 |
| Hex | 33 | 6E | 8 | 36 | 0 | 5D | 39 | 5F | 56 | 17 |
| Octal | 63 | 156 | 10 | 66 | 0 | 135 | 71 | 137 | 126 | 27 |
| Binary | 110011 | 1101110 | 1000 | 110110 | 0 | 1011101 | 111001 | 1011111 | 1010110 | 10111 |
Color Harmonies of #336E08
Complementary color
Monochromatic Colors of #336E08
Black with #336E08
Text Example
Text Example
White with #336E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E08; }
p { color: rgb(51,110,8); }
H1.HeaderClassName
{
color: #336E08;
}
.AnyTagClassName
{
color: #336E08;
}
</style>
background-color css
<style>
a { background-color: #336E08; }
a { background-color: rgb(51,110,8); }
div.DivClassName
{
background-color: #336E08;
}
.BgClassName
{
background-color: #336E08;
}
</style>
border-color css
<style>
span { border-color: #336E08; }
span { border-color: rgb(51,110,8); }
td.TdClassName
{
border-color: #336E08;
}
.TagClassName
{
border-color: #336E08;
}
</style>