Shades of Bilbao #336C14
Tints of Bilbao #336C14
RGB
CMYK
RGB Variations
Color information
#336C14 (or 0x336C14) is known color: Bilbao. HEX triplet: 33, 6C and 14. RGB value is (51,108,20). Sum of RGB (Red+Green+Blue) = 51+108+20=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #336C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C14 is #CC93EB. Grayscale: #515151. Windows color (decimal): -13407212 or 1338419. OLE color: 1338419.
HSL color Cylindrical-coordinate representation of color #336C14: hue angle of 98.86º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #336C14 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 108 | 20 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.58 |
| HSL | 98.86º | 0.69% | 0.25% | - |
| HSV(B) | 98.86º | 0.81% | 0.42% | - |
| XYZ | 6.85 | 11.48 | 2.52 | - |
| YUV | 80.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 20 | 0.53 | 0 | 0.81 | 0.58 | 98.86 | 0.69 | 0.25 |
| Hex | 33 | 6C | 14 | 35 | 0 | 51 | 3A | 63 | 45 | 19 |
| Octal | 63 | 154 | 24 | 65 | 0 | 121 | 72 | 143 | 105 | 31 |
| Binary | 110011 | 1101100 | 10100 | 110101 | 0 | 1010001 | 111010 | 1100011 | 1000101 | 11001 |
Color Harmonies of #336C14
Complementary color
Monochromatic Colors of #336C14
Black with #336C14
Text Example
Text Example
White with #336C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C14; }
p { color: rgb(51,108,20); }
H1.HeaderClassName
{
color: #336C14;
}
.AnyTagClassName
{
color: #336C14;
}
</style>
background-color css
<style>
a { background-color: #336C14; }
a { background-color: rgb(51,108,20); }
div.DivClassName
{
background-color: #336C14;
}
.BgClassName
{
background-color: #336C14;
}
</style>
border-color css
<style>
span { border-color: #336C14; }
span { border-color: rgb(51,108,20); }
td.TdClassName
{
border-color: #336C14;
}
.TagClassName
{
border-color: #336C14;
}
</style>