Shades of Bilbao #336D22
Tints of Bilbao #336D22
RGB
CMYK
RGB Variations
Color information
#336D22 (or 0x336D22) is known color: Bilbao. HEX triplet: 33, 6D and 22. RGB value is (51,109,34). Sum of RGB (Red+Green+Blue) = 51+109+34=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #336D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D22 is #CC92DD. Grayscale: #535353. Windows color (decimal): -13406942 or 2256179. OLE color: 2256179.
HSL color Cylindrical-coordinate representation of color #336D22: hue angle of 106.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336D22 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 34 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.57 |
| HSL | 106.4º | 0.52% | 0.28% | - |
| HSV(B) | 106.4º | 0.69% | 0.43% | - |
| XYZ | 7.12 | 11.76 | 3.41 | - |
| YUV | 83.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 34 | 0.53 | 0 | 0.69 | 0.57 | 106.4 | 0.52 | 0.28 |
| Hex | 33 | 6D | 22 | 35 | 0 | 45 | 39 | 6A | 34 | 1C |
| Octal | 63 | 155 | 42 | 65 | 0 | 105 | 71 | 152 | 64 | 34 |
| Binary | 110011 | 1101101 | 100010 | 110101 | 0 | 1000101 | 111001 | 1101010 | 110100 | 11100 |
Color Harmonies of #336D22
Complementary color
Monochromatic Colors of #336D22
Black with #336D22
Text Example
Text Example
White with #336D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D22; }
p { color: rgb(51,109,34); }
H1.HeaderClassName
{
color: #336D22;
}
.AnyTagClassName
{
color: #336D22;
}
</style>
background-color css
<style>
a { background-color: #336D22; }
a { background-color: rgb(51,109,34); }
div.DivClassName
{
background-color: #336D22;
}
.BgClassName
{
background-color: #336D22;
}
</style>
border-color css
<style>
span { border-color: #336D22; }
span { border-color: rgb(51,109,34); }
td.TdClassName
{
border-color: #336D22;
}
.TagClassName
{
border-color: #336D22;
}
</style>