Shades of Myrtle #225A03
Tints of Myrtle #225A03
RGB
CMYK
RGB Variations
Color information
#225A03 (or 0x225A03) is known color: Myrtle. HEX triplet: 22, 5A and 03. RGB value is (34,90,3). Sum of RGB (Red+Green+Blue) = 34+90+3=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #225A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A03 is #DDA5FC. Grayscale: #3F3F3F. Windows color (decimal): -14525949 or 219682. OLE color: 219682.
HSL color Cylindrical-coordinate representation of color #225A03: hue angle of 98.62º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #225A03 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 3 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.65 |
| HSL | 98.62º | 0.94% | 0.18% | - |
| HSV(B) | 98.62º | 0.97% | 0.35% | - |
| XYZ | 4.33 | 7.66 | 1.34 | - |
| YUV | 63.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 3 | 0.62 | 0 | 0.97 | 0.65 | 98.62 | 0.94 | 0.18 |
| Hex | 22 | 5A | 3 | 3E | 0 | 61 | 41 | 63 | 5E | 12 |
| Octal | 42 | 132 | 3 | 76 | 0 | 141 | 101 | 143 | 136 | 22 |
| Binary | 100010 | 1011010 | 11 | 111110 | 0 | 1100001 | 1000001 | 1100011 | 1011110 | 10010 |
Color Harmonies of #225A03
Complementary color
Monochromatic Colors of #225A03
Black with #225A03
Text Example
Text Example
White with #225A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A03; }
p { color: rgb(34,90,3); }
H1.HeaderClassName
{
color: #225A03;
}
.AnyTagClassName
{
color: #225A03;
}
</style>
background-color css
<style>
a { background-color: #225A03; }
a { background-color: rgb(34,90,3); }
div.DivClassName
{
background-color: #225A03;
}
.BgClassName
{
background-color: #225A03;
}
</style>
border-color css
<style>
span { border-color: #225A03; }
span { border-color: rgb(34,90,3); }
td.TdClassName
{
border-color: #225A03;
}
.TagClassName
{
border-color: #225A03;
}
</style>