Shades of Myrtle #224A10
Tints of Myrtle #224A10
RGB
CMYK
RGB Variations
Color information
#224A10 (or 0x224A10) is known color: Myrtle. HEX triplet: 22, 4A and 10. RGB value is (34,74,16). Sum of RGB (Red+Green+Blue) = 34+74+16=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #224A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224A10 is #DDB5EF. Grayscale: #373737. Windows color (decimal): -14530032 or 1067554. OLE color: 1067554.
HSL color Cylindrical-coordinate representation of color #224A10: hue angle of 101.38º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224A10 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 74 | 16 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.71 |
| HSL | 101.38º | 0.64% | 0.18% | - |
| HSV(B) | 101.38º | 0.78% | 0.29% | - |
| XYZ | 3.2 | 5.28 | 1.34 | - |
| YUV | 55.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 16 | 0.54 | 0 | 0.78 | 0.71 | 101.38 | 0.64 | 0.18 |
| Hex | 22 | 4A | 10 | 36 | 0 | 4E | 47 | 65 | 40 | 12 |
| Octal | 42 | 112 | 20 | 66 | 0 | 116 | 107 | 145 | 100 | 22 |
| Binary | 100010 | 1001010 | 10000 | 110110 | 0 | 1001110 | 1000111 | 1100101 | 1000000 | 10010 |
Color Harmonies of #224A10
Complementary color
Monochromatic Colors of #224A10
Black with #224A10
Text Example
Text Example
White with #224A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A10; }
p { color: rgb(34,74,16); }
H1.HeaderClassName
{
color: #224A10;
}
.AnyTagClassName
{
color: #224A10;
}
</style>
background-color css
<style>
a { background-color: #224A10; }
a { background-color: rgb(34,74,16); }
div.DivClassName
{
background-color: #224A10;
}
.BgClassName
{
background-color: #224A10;
}
</style>
border-color css
<style>
span { border-color: #224A10; }
span { border-color: rgb(34,74,16); }
td.TdClassName
{
border-color: #224A10;
}
.TagClassName
{
border-color: #224A10;
}
</style>