Shades of Bilbao #336E13
Tints of Bilbao #336E13
RGB
CMYK
RGB Variations
Color information
#336E13 (or 0x336E13) is known color: Bilbao. HEX triplet: 33, 6E and 13. RGB value is (51,110,19). Sum of RGB (Red+Green+Blue) = 51+110+19=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #336E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336E13 is #CC91EC. Grayscale: #525252. Windows color (decimal): -13406701 or 1273395. OLE color: 1273395.
HSL color Cylindrical-coordinate representation of color #336E13: hue angle of 98.9º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #336E13 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 110 | 19 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.57 |
| HSL | 98.9º | 0.71% | 0.25% | - |
| HSV(B) | 98.9º | 0.83% | 0.43% | - |
| XYZ | 7.06 | 11.9 | 2.54 | - |
| YUV | 81.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 19 | 0.54 | 0 | 0.83 | 0.57 | 98.9 | 0.71 | 0.25 |
| Hex | 33 | 6E | 13 | 36 | 0 | 53 | 39 | 63 | 47 | 19 |
| Octal | 63 | 156 | 23 | 66 | 0 | 123 | 71 | 143 | 107 | 31 |
| Binary | 110011 | 1101110 | 10011 | 110110 | 0 | 1010011 | 111001 | 1100011 | 1000111 | 11001 |
Color Harmonies of #336E13
Complementary color
Monochromatic Colors of #336E13
Black with #336E13
Text Example
Text Example
White with #336E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336E13; }
p { color: rgb(51,110,19); }
H1.HeaderClassName
{
color: #336E13;
}
.AnyTagClassName
{
color: #336E13;
}
</style>
background-color css
<style>
a { background-color: #336E13; }
a { background-color: rgb(51,110,19); }
div.DivClassName
{
background-color: #336E13;
}
.BgClassName
{
background-color: #336E13;
}
</style>
border-color css
<style>
span { border-color: #336E13; }
span { border-color: rgb(51,110,19); }
td.TdClassName
{
border-color: #336E13;
}
.TagClassName
{
border-color: #336E13;
}
</style>