Shades of Bilbao #336F0A
Tints of Bilbao #336F0A
RGB
CMYK
RGB Variations
Color information
#336F0A (or 0x336F0A) is known color: Bilbao. HEX triplet: 33, 6F and 0A. RGB value is (51,111,10). Sum of RGB (Red+Green+Blue) = 51+111+10=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #336F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F0A is #CC90F5. Grayscale: #515151. Windows color (decimal): -13406454 or 683827. OLE color: 683827.
HSL color Cylindrical-coordinate representation of color #336F0A: hue angle of 95.64º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #336F0A is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 10 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.56 |
| HSL | 95.64º | 0.83% | 0.24% | - |
| HSV(B) | 95.64º | 0.91% | 0.44% | - |
| XYZ | 7.1 | 12.09 | 2.25 | - |
| YUV | 81.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 10 | 0.54 | 0 | 0.91 | 0.56 | 95.64 | 0.83 | 0.24 |
| Hex | 33 | 6F | A | 36 | 0 | 5B | 38 | 60 | 53 | 18 |
| Octal | 63 | 157 | 12 | 66 | 0 | 133 | 70 | 140 | 123 | 30 |
| Binary | 110011 | 1101111 | 1010 | 110110 | 0 | 1011011 | 111000 | 1100000 | 1010011 | 11000 |
Color Harmonies of #336F0A
Complementary color
Monochromatic Colors of #336F0A
Black with #336F0A
Text Example
Text Example
White with #336F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F0A; }
p { color: rgb(51,111,10); }
H1.HeaderClassName
{
color: #336F0A;
}
.AnyTagClassName
{
color: #336F0A;
}
</style>
background-color css
<style>
a { background-color: #336F0A; }
a { background-color: rgb(51,111,10); }
div.DivClassName
{
background-color: #336F0A;
}
.BgClassName
{
background-color: #336F0A;
}
</style>
border-color css
<style>
span { border-color: #336F0A; }
span { border-color: rgb(51,111,10); }
td.TdClassName
{
border-color: #336F0A;
}
.TagClassName
{
border-color: #336F0A;
}
</style>