Shades of Myrtle #224710
Tints of Myrtle #224710
RGB
CMYK
RGB Variations
Color information
#224710 (or 0x224710) is known color: Myrtle. HEX triplet: 22, 47 and 10. RGB value is (34,71,16). Sum of RGB (Red+Green+Blue) = 34+71+16=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #224710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224710 is #DDB8EF. Grayscale: #353535. Windows color (decimal): -14530800 or 1066786. OLE color: 1066786.
HSL color Cylindrical-coordinate representation of color #224710: hue angle of 100.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224710 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 71 | 16 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.72 |
| HSL | 100.36º | 0.63% | 0.17% | - |
| HSV(B) | 100.36º | 0.77% | 0.28% | - |
| XYZ | 3.01 | 4.88 | 1.27 | - |
| YUV | 53.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 16 | 0.52 | 0 | 0.77 | 0.72 | 100.36 | 0.63 | 0.17 |
| Hex | 22 | 47 | 10 | 34 | 0 | 4D | 48 | 64 | 3F | 11 |
| Octal | 42 | 107 | 20 | 64 | 0 | 115 | 110 | 144 | 77 | 21 |
| Binary | 100010 | 1000111 | 10000 | 110100 | 0 | 1001101 | 1001000 | 1100100 | 111111 | 10001 |
Color Harmonies of #224710
Complementary color
Monochromatic Colors of #224710
Black with #224710
Text Example
Text Example
White with #224710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224710; }
p { color: rgb(34,71,16); }
H1.HeaderClassName
{
color: #224710;
}
.AnyTagClassName
{
color: #224710;
}
</style>
background-color css
<style>
a { background-color: #224710; }
a { background-color: rgb(34,71,16); }
div.DivClassName
{
background-color: #224710;
}
.BgClassName
{
background-color: #224710;
}
</style>
border-color css
<style>
span { border-color: #224710; }
span { border-color: rgb(34,71,16); }
td.TdClassName
{
border-color: #224710;
}
.TagClassName
{
border-color: #224710;
}
</style>