Shades of Myrtle #225A14
Tints of Myrtle #225A14
RGB
CMYK
RGB Variations
Color information
#225A14 (or 0x225A14) is known color: Myrtle. HEX triplet: 22, 5A and 14. RGB value is (34,90,20). Sum of RGB (Red+Green+Blue) = 34+90+20=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #225A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A14 is #DDA5EB. Grayscale: #414141. Windows color (decimal): -14525932 or 1333794. OLE color: 1333794.
HSL color Cylindrical-coordinate representation of color #225A14: hue angle of 108º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225A14 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 20 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.65 |
| HSL | 108º | 0.64% | 0.22% | - |
| HSV(B) | 108º | 0.78% | 0.35% | - |
| XYZ | 4.44 | 7.7 | 1.91 | - |
| YUV | 65.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 20 | 0.62 | 0 | 0.78 | 0.65 | 108 | 0.64 | 0.22 |
| Hex | 22 | 5A | 14 | 3E | 0 | 4E | 41 | 6C | 40 | 16 |
| Octal | 42 | 132 | 24 | 76 | 0 | 116 | 101 | 154 | 100 | 26 |
| Binary | 100010 | 1011010 | 10100 | 111110 | 0 | 1001110 | 1000001 | 1101100 | 1000000 | 10110 |
Color Harmonies of #225A14
Complementary color
Monochromatic Colors of #225A14
Black with #225A14
Text Example
Text Example
White with #225A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A14; }
p { color: rgb(34,90,20); }
H1.HeaderClassName
{
color: #225A14;
}
.AnyTagClassName
{
color: #225A14;
}
</style>
background-color css
<style>
a { background-color: #225A14; }
a { background-color: rgb(34,90,20); }
div.DivClassName
{
background-color: #225A14;
}
.BgClassName
{
background-color: #225A14;
}
</style>
border-color css
<style>
span { border-color: #225A14; }
span { border-color: rgb(34,90,20); }
td.TdClassName
{
border-color: #225A14;
}
.TagClassName
{
border-color: #225A14;
}
</style>