Shades of Myrtle #225D00
Tints of Myrtle #225D00
RGB
CMYK
RGB Variations
Color information
#225D00 (or 0x225D00) is known color: Myrtle. HEX triplet: 22, 5D and 00. RGB value is (34,93,0). Sum of RGB (Red+Green+Blue) = 34+93+0=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #225D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225D00 is #DDA2FF. Grayscale: #414141. Windows color (decimal): -14525184 or 23842. OLE color: 23842.
HSL color Cylindrical-coordinate representation of color #225D00: hue angle of 98.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #225D00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.64 |
| HSL | 98.06º | 1% | 0.18% | - |
| HSV(B) | 98.06º | 1% | 0.36% | - |
| XYZ | 4.57 | 8.17 | 1.34 | - |
| YUV | 64.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 0 | 0.63 | 0 | 1 | 0.64 | 98.06 | 1 | 0.18 |
| Hex | 22 | 5D | 0 | 3F | 0 | 64 | 40 | 62 | 64 | 12 |
| Octal | 42 | 135 | 0 | 77 | 0 | 144 | 100 | 142 | 144 | 22 |
| Binary | 100010 | 1011101 | 0 | 111111 | 0 | 1100100 | 1000000 | 1100010 | 1100100 | 10010 |
Color Harmonies of #225D00
Complementary color
Monochromatic Colors of #225D00
Black with #225D00
Text Example
Text Example
White with #225D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D00; }
p { color: rgb(34,93,0); }
H1.HeaderClassName
{
color: #225D00;
}
.AnyTagClassName
{
color: #225D00;
}
</style>
background-color css
<style>
a { background-color: #225D00; }
a { background-color: rgb(34,93,0); }
div.DivClassName
{
background-color: #225D00;
}
.BgClassName
{
background-color: #225D00;
}
</style>
border-color css
<style>
span { border-color: #225D00; }
span { border-color: rgb(34,93,0); }
td.TdClassName
{
border-color: #225D00;
}
.TagClassName
{
border-color: #225D00;
}
</style>