Shades of Bilbao #336F05
Tints of Bilbao #336F05
RGB
CMYK
RGB Variations
Color information
#336F05 (or 0x336F05) is known color: Bilbao. HEX triplet: 33, 6F and 05. RGB value is (51,111,5). Sum of RGB (Red+Green+Blue) = 51+111+5=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #336F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F05 is #CC90FA. Grayscale: #515151. Windows color (decimal): -13406459 or 356147. OLE color: 356147.
HSL color Cylindrical-coordinate representation of color #336F05: hue angle of 93.96º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #336F05 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 5 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.56 |
| HSL | 93.96º | 0.91% | 0.23% | - |
| HSV(B) | 93.96º | 0.95% | 0.44% | - |
| XYZ | 7.08 | 12.08 | 2.1 | - |
| YUV | 80.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 5 | 0.54 | 0 | 0.95 | 0.56 | 93.96 | 0.91 | 0.23 |
| Hex | 33 | 6F | 5 | 36 | 0 | 5F | 38 | 5E | 5B | 17 |
| Octal | 63 | 157 | 5 | 66 | 0 | 137 | 70 | 136 | 133 | 27 |
| Binary | 110011 | 1101111 | 101 | 110110 | 0 | 1011111 | 111000 | 1011110 | 1011011 | 10111 |
Color Harmonies of #336F05
Complementary color
Monochromatic Colors of #336F05
Black with #336F05
Text Example
Text Example
White with #336F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F05; }
p { color: rgb(51,111,5); }
H1.HeaderClassName
{
color: #336F05;
}
.AnyTagClassName
{
color: #336F05;
}
</style>
background-color css
<style>
a { background-color: #336F05; }
a { background-color: rgb(51,111,5); }
div.DivClassName
{
background-color: #336F05;
}
.BgClassName
{
background-color: #336F05;
}
</style>
border-color css
<style>
span { border-color: #336F05; }
span { border-color: rgb(51,111,5); }
td.TdClassName
{
border-color: #336F05;
}
.TagClassName
{
border-color: #336F05;
}
</style>