Shades of Bilbao #336C05
Tints of Bilbao #336C05
RGB
CMYK
RGB Variations
Color information
#336C05 (or 0x336C05) is known color: Bilbao. HEX triplet: 33, 6C and 05. RGB value is (51,108,5). Sum of RGB (Red+Green+Blue) = 51+108+5=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 108 (42.58% from 255 or 65.85% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 108 - color contains mainly: green. Hex color #336C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C05 is #CC93FA. Grayscale: #4F4F4F. Windows color (decimal): -13407227 or 355379. OLE color: 355379.
HSL color Cylindrical-coordinate representation of color #336C05: hue angle of 93.2º 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 #336C05 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 5 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.58 |
| HSL | 93.2º | 0.91% | 0.22% | - |
| HSV(B) | 93.2º | 0.95% | 0.42% | - |
| XYZ | 6.76 | 11.44 | 2 | - |
| YUV | 79.22 | 86.12 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 5 | 0.53 | 0 | 0.95 | 0.58 | 93.2 | 0.91 | 0.22 |
| Hex | 33 | 6C | 5 | 35 | 0 | 5F | 3A | 5D | 5B | 16 |
| Octal | 63 | 154 | 5 | 65 | 0 | 137 | 72 | 135 | 133 | 26 |
| Binary | 110011 | 1101100 | 101 | 110101 | 0 | 1011111 | 111010 | 1011101 | 1011011 | 10110 |
Color Harmonies of #336C05
Complementary color
Monochromatic Colors of #336C05
Black with #336C05
Text Example
Text Example
White with #336C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C05; }
p { color: rgb(51,108,5); }
H1.HeaderClassName
{
color: #336C05;
}
.AnyTagClassName
{
color: #336C05;
}
</style>
background-color css
<style>
a { background-color: #336C05; }
a { background-color: rgb(51,108,5); }
div.DivClassName
{
background-color: #336C05;
}
.BgClassName
{
background-color: #336C05;
}
</style>
border-color css
<style>
span { border-color: #336C05; }
span { border-color: rgb(51,108,5); }
td.TdClassName
{
border-color: #336C05;
}
.TagClassName
{
border-color: #336C05;
}
</style>