Shades of Bilbao #336B05
Tints of Bilbao #336B05
RGB
CMYK
RGB Variations
Color information
#336B05 (or 0x336B05) is known color: Bilbao. HEX triplet: 33, 6B and 05. RGB value is (51,107,5). Sum of RGB (Red+Green+Blue) = 51+107+5=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #336B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B05 is #CC94FA. Grayscale: #4E4E4E. Windows color (decimal): -13407483 or 355123. OLE color: 355123.
HSL color Cylindrical-coordinate representation of color #336B05: hue angle of 92.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #336B05 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 5 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.58 |
| HSL | 92.94º | 0.91% | 0.22% | - |
| HSV(B) | 92.94º | 0.95% | 0.42% | - |
| XYZ | 6.65 | 11.23 | 1.96 | - |
| YUV | 78.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 5 | 0.52 | 0 | 0.95 | 0.58 | 92.94 | 0.91 | 0.22 |
| Hex | 33 | 6B | 5 | 34 | 0 | 5F | 3A | 5D | 5B | 16 |
| Octal | 63 | 153 | 5 | 64 | 0 | 137 | 72 | 135 | 133 | 26 |
| Binary | 110011 | 1101011 | 101 | 110100 | 0 | 1011111 | 111010 | 1011101 | 1011011 | 10110 |
Color Harmonies of #336B05
Complementary color
Monochromatic Colors of #336B05
Black with #336B05
Text Example
Text Example
White with #336B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B05; }
p { color: rgb(51,107,5); }
H1.HeaderClassName
{
color: #336B05;
}
.AnyTagClassName
{
color: #336B05;
}
</style>
background-color css
<style>
a { background-color: #336B05; }
a { background-color: rgb(51,107,5); }
div.DivClassName
{
background-color: #336B05;
}
.BgClassName
{
background-color: #336B05;
}
</style>
border-color css
<style>
span { border-color: #336B05; }
span { border-color: rgb(51,107,5); }
td.TdClassName
{
border-color: #336B05;
}
.TagClassName
{
border-color: #336B05;
}
</style>