Shades of Myrtle #225C06
Tints of Myrtle #225C06
RGB
CMYK
RGB Variations
Color information
#225C06 (or 0x225C06) is known color: Myrtle. HEX triplet: 22, 5C and 06. RGB value is (34,92,6). Sum of RGB (Red+Green+Blue) = 34+92+6=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #225C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225C06 is #DDA3F9. Grayscale: #414141. Windows color (decimal): -14525434 or 416802. OLE color: 416802.
HSL color Cylindrical-coordinate representation of color #225C06: hue angle of 100.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #225C06 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 6 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.64 |
| HSL | 100.47º | 0.88% | 0.19% | - |
| HSV(B) | 100.47º | 0.93% | 0.36% | - |
| XYZ | 4.52 | 8.01 | 1.48 | - |
| YUV | 64.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 6 | 0.63 | 0 | 0.93 | 0.64 | 100.47 | 0.88 | 0.19 |
| Hex | 22 | 5C | 6 | 3F | 0 | 5D | 40 | 64 | 58 | 13 |
| Octal | 42 | 134 | 6 | 77 | 0 | 135 | 100 | 144 | 130 | 23 |
| Binary | 100010 | 1011100 | 110 | 111111 | 0 | 1011101 | 1000000 | 1100100 | 1011000 | 10011 |
Color Harmonies of #225C06
Complementary color
Monochromatic Colors of #225C06
Black with #225C06
Text Example
Text Example
White with #225C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C06; }
p { color: rgb(34,92,6); }
H1.HeaderClassName
{
color: #225C06;
}
.AnyTagClassName
{
color: #225C06;
}
</style>
background-color css
<style>
a { background-color: #225C06; }
a { background-color: rgb(34,92,6); }
div.DivClassName
{
background-color: #225C06;
}
.BgClassName
{
background-color: #225C06;
}
</style>
border-color css
<style>
span { border-color: #225C06; }
span { border-color: rgb(34,92,6); }
td.TdClassName
{
border-color: #225C06;
}
.TagClassName
{
border-color: #225C06;
}
</style>