Shades of Myrtle #225119
Tints of Myrtle #225119
RGB
CMYK
RGB Variations
Color information
#225119 (or 0x225119) is known color: Myrtle. HEX triplet: 22, 51 and 19. RGB value is (34,81,25). Sum of RGB (Red+Green+Blue) = 34+81+25=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #225119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225119 is #DDAEE6. Grayscale: #3C3C3C. Windows color (decimal): -14528231 or 1659170. OLE color: 1659170.
HSL color Cylindrical-coordinate representation of color #225119: hue angle of 110.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #225119 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 25 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.68 |
| HSL | 110.36º | 0.53% | 0.21% | - |
| HSV(B) | 110.36º | 0.69% | 0.32% | - |
| XYZ | 3.78 | 6.3 | 1.94 | - |
| YUV | 60.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 25 | 0.58 | 0 | 0.69 | 0.68 | 110.36 | 0.53 | 0.21 |
| Hex | 22 | 51 | 19 | 3A | 0 | 45 | 44 | 6E | 35 | 15 |
| Octal | 42 | 121 | 31 | 72 | 0 | 105 | 104 | 156 | 65 | 25 |
| Binary | 100010 | 1010001 | 11001 | 111010 | 0 | 1000101 | 1000100 | 1101110 | 110101 | 10101 |
Color Harmonies of #225119
Complementary color
Monochromatic Colors of #225119
Black with #225119
Text Example
Text Example
White with #225119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225119; }
p { color: rgb(34,81,25); }
H1.HeaderClassName
{
color: #225119;
}
.AnyTagClassName
{
color: #225119;
}
</style>
background-color css
<style>
a { background-color: #225119; }
a { background-color: rgb(34,81,25); }
div.DivClassName
{
background-color: #225119;
}
.BgClassName
{
background-color: #225119;
}
</style>
border-color css
<style>
span { border-color: #225119; }
span { border-color: rgb(34,81,25); }
td.TdClassName
{
border-color: #225119;
}
.TagClassName
{
border-color: #225119;
}
</style>