Shades of Myrtle #225A04
Tints of Myrtle #225A04
RGB
CMYK
RGB Variations
Color information
#225A04 (or 0x225A04) is known color: Myrtle. HEX triplet: 22, 5A and 04. RGB value is (34,90,4). Sum of RGB (Red+Green+Blue) = 34+90+4=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #225A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A04 is #DDA5FB. Grayscale: #3F3F3F. Windows color (decimal): -14525948 or 285218. OLE color: 285218.
HSL color Cylindrical-coordinate representation of color #225A04: hue angle of 99.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #225A04 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 4 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.65 |
| HSL | 99.07º | 0.91% | 0.18% | - |
| HSV(B) | 99.07º | 0.96% | 0.35% | - |
| XYZ | 4.34 | 7.66 | 1.36 | - |
| YUV | 63.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 4 | 0.62 | 0 | 0.96 | 0.65 | 99.07 | 0.91 | 0.18 |
| Hex | 22 | 5A | 4 | 3E | 0 | 60 | 41 | 63 | 5B | 12 |
| Octal | 42 | 132 | 4 | 76 | 0 | 140 | 101 | 143 | 133 | 22 |
| Binary | 100010 | 1011010 | 100 | 111110 | 0 | 1100000 | 1000001 | 1100011 | 1011011 | 10010 |
Color Harmonies of #225A04
Complementary color
Monochromatic Colors of #225A04
Black with #225A04
Text Example
Text Example
White with #225A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A04; }
p { color: rgb(34,90,4); }
H1.HeaderClassName
{
color: #225A04;
}
.AnyTagClassName
{
color: #225A04;
}
</style>
background-color css
<style>
a { background-color: #225A04; }
a { background-color: rgb(34,90,4); }
div.DivClassName
{
background-color: #225A04;
}
.BgClassName
{
background-color: #225A04;
}
</style>
border-color css
<style>
span { border-color: #225A04; }
span { border-color: rgb(34,90,4); }
td.TdClassName
{
border-color: #225A04;
}
.TagClassName
{
border-color: #225A04;
}
</style>