Shades of Myrtle #225B05
Tints of Myrtle #225B05
RGB
CMYK
RGB Variations
Color information
#225B05 (or 0x225B05) is known color: Myrtle. HEX triplet: 22, 5B and 05. RGB value is (34,91,5). Sum of RGB (Red+Green+Blue) = 34+91+5=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #225B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225B05 is #DDA4FA. Grayscale: #404040. Windows color (decimal): -14525691 or 351010. OLE color: 351010.
HSL color Cylindrical-coordinate representation of color #225B05: hue angle of 99.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #225B05 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 5 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.64 |
| HSL | 99.77º | 0.9% | 0.19% | - |
| HSV(B) | 99.77º | 0.95% | 0.36% | - |
| XYZ | 4.43 | 7.83 | 1.42 | - |
| YUV | 64.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 5 | 0.63 | 0 | 0.95 | 0.64 | 99.77 | 0.9 | 0.19 |
| Hex | 22 | 5B | 5 | 3F | 0 | 5F | 40 | 64 | 5A | 13 |
| Octal | 42 | 133 | 5 | 77 | 0 | 137 | 100 | 144 | 132 | 23 |
| Binary | 100010 | 1011011 | 101 | 111111 | 0 | 1011111 | 1000000 | 1100100 | 1011010 | 10011 |
Color Harmonies of #225B05
Complementary color
Monochromatic Colors of #225B05
Black with #225B05
Text Example
Text Example
White with #225B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B05; }
p { color: rgb(34,91,5); }
H1.HeaderClassName
{
color: #225B05;
}
.AnyTagClassName
{
color: #225B05;
}
</style>
background-color css
<style>
a { background-color: #225B05; }
a { background-color: rgb(34,91,5); }
div.DivClassName
{
background-color: #225B05;
}
.BgClassName
{
background-color: #225B05;
}
</style>
border-color css
<style>
span { border-color: #225B05; }
span { border-color: rgb(34,91,5); }
td.TdClassName
{
border-color: #225B05;
}
.TagClassName
{
border-color: #225B05;
}
</style>