Shades of Myrtle #225D18
Tints of Myrtle #225D18
RGB
CMYK
RGB Variations
Color information
#225D18 (or 0x225D18) is known color: Myrtle. HEX triplet: 22, 5D and 18. RGB value is (34,93,24). Sum of RGB (Red+Green+Blue) = 34+93+24=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 93 (36.72% from 255 or 61.59% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 93 - color contains mainly: green. Hex color #225D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225D18 is #DDA2E7. Grayscale: #434343. Windows color (decimal): -14525160 or 1596706. OLE color: 1596706.
HSL color Cylindrical-coordinate representation of color #225D18: hue angle of 111.3º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225D18 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 24 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.64 |
| HSL | 111.3º | 0.59% | 0.23% | - |
| HSV(B) | 111.3º | 0.74% | 0.36% | - |
| XYZ | 4.74 | 8.23 | 2.2 | - |
| YUV | 67.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 24 | 0.63 | 0 | 0.74 | 0.64 | 111.3 | 0.59 | 0.23 |
| Hex | 22 | 5D | 18 | 3F | 0 | 4A | 40 | 6F | 3B | 17 |
| Octal | 42 | 135 | 30 | 77 | 0 | 112 | 100 | 157 | 73 | 27 |
| Binary | 100010 | 1011101 | 11000 | 111111 | 0 | 1001010 | 1000000 | 1101111 | 111011 | 10111 |
Color Harmonies of #225D18
Complementary color
Monochromatic Colors of #225D18
Black with #225D18
Text Example
Text Example
White with #225D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D18; }
p { color: rgb(34,93,24); }
H1.HeaderClassName
{
color: #225D18;
}
.AnyTagClassName
{
color: #225D18;
}
</style>
background-color css
<style>
a { background-color: #225D18; }
a { background-color: rgb(34,93,24); }
div.DivClassName
{
background-color: #225D18;
}
.BgClassName
{
background-color: #225D18;
}
</style>
border-color css
<style>
span { border-color: #225D18; }
span { border-color: rgb(34,93,24); }
td.TdClassName
{
border-color: #225D18;
}
.TagClassName
{
border-color: #225D18;
}
</style>