Shades of Bilbao #336F19
Tints of Bilbao #336F19
RGB
CMYK
RGB Variations
Color information
#336F19 (or 0x336F19) is known color: Bilbao. HEX triplet: 33, 6F and 19. RGB value is (51,111,25). Sum of RGB (Red+Green+Blue) = 51+111+25=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #336F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F19 is #CC90E6. Grayscale: #535353. Windows color (decimal): -13406439 or 1666867. OLE color: 1666867.
HSL color Cylindrical-coordinate representation of color #336F19: hue angle of 101.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336F19 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 25 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.56 |
| HSL | 101.86º | 0.63% | 0.27% | - |
| HSV(B) | 101.86º | 0.77% | 0.44% | - |
| XYZ | 7.23 | 12.14 | 2.88 | - |
| YUV | 83.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 25 | 0.54 | 0 | 0.77 | 0.56 | 101.86 | 0.63 | 0.27 |
| Hex | 33 | 6F | 19 | 36 | 0 | 4D | 38 | 66 | 3F | 1B |
| Octal | 63 | 157 | 31 | 66 | 0 | 115 | 70 | 146 | 77 | 33 |
| Binary | 110011 | 1101111 | 11001 | 110110 | 0 | 1001101 | 111000 | 1100110 | 111111 | 11011 |
Color Harmonies of #336F19
Complementary color
Monochromatic Colors of #336F19
Black with #336F19
Text Example
Text Example
White with #336F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F19; }
p { color: rgb(51,111,25); }
H1.HeaderClassName
{
color: #336F19;
}
.AnyTagClassName
{
color: #336F19;
}
</style>
background-color css
<style>
a { background-color: #336F19; }
a { background-color: rgb(51,111,25); }
div.DivClassName
{
background-color: #336F19;
}
.BgClassName
{
background-color: #336F19;
}
</style>
border-color css
<style>
span { border-color: #336F19; }
span { border-color: rgb(51,111,25); }
td.TdClassName
{
border-color: #336F19;
}
.TagClassName
{
border-color: #336F19;
}
</style>