Shades of Bilbao #336F13
Tints of Bilbao #336F13
RGB
CMYK
RGB Variations
Color information
#336F13 (or 0x336F13) is known color: Bilbao. HEX triplet: 33, 6F and 13. RGB value is (51,111,19). Sum of RGB (Red+Green+Blue) = 51+111+19=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #336F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F13 is #CC90EC. Grayscale: #525252. Windows color (decimal): -13406445 or 1273651. OLE color: 1273651.
HSL color Cylindrical-coordinate representation of color #336F13: hue angle of 99.13º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336F13 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 19 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.56 |
| HSL | 99.13º | 0.71% | 0.25% | - |
| HSV(B) | 99.13º | 0.83% | 0.44% | - |
| XYZ | 7.17 | 12.12 | 2.58 | - |
| YUV | 82.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 19 | 0.54 | 0 | 0.83 | 0.56 | 99.13 | 0.71 | 0.25 |
| Hex | 33 | 6F | 13 | 36 | 0 | 53 | 38 | 63 | 47 | 19 |
| Octal | 63 | 157 | 23 | 66 | 0 | 123 | 70 | 143 | 107 | 31 |
| Binary | 110011 | 1101111 | 10011 | 110110 | 0 | 1010011 | 111000 | 1100011 | 1000111 | 11001 |
Color Harmonies of #336F13
Complementary color
Monochromatic Colors of #336F13
Black with #336F13
Text Example
Text Example
White with #336F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F13; }
p { color: rgb(51,111,19); }
H1.HeaderClassName
{
color: #336F13;
}
.AnyTagClassName
{
color: #336F13;
}
</style>
background-color css
<style>
a { background-color: #336F13; }
a { background-color: rgb(51,111,19); }
div.DivClassName
{
background-color: #336F13;
}
.BgClassName
{
background-color: #336F13;
}
</style>
border-color css
<style>
span { border-color: #336F13; }
span { border-color: rgb(51,111,19); }
td.TdClassName
{
border-color: #336F13;
}
.TagClassName
{
border-color: #336F13;
}
</style>