Shades of Myrtle #225A0E
Tints of Myrtle #225A0E
RGB
CMYK
RGB Variations
Color information
#225A0E (or 0x225A0E) is known color: Myrtle. HEX triplet: 22, 5A and 0E. RGB value is (34,90,14). Sum of RGB (Red+Green+Blue) = 34+90+14=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #225A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225A0E is #DDA5F1. Grayscale: #404040. Windows color (decimal): -14525938 or 940578. OLE color: 940578.
HSL color Cylindrical-coordinate representation of color #225A0E: hue angle of 104.21º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #225A0E is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 14 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.65 |
| HSL | 104.21º | 0.73% | 0.2% | - |
| HSV(B) | 104.21º | 0.84% | 0.35% | - |
| XYZ | 4.4 | 7.68 | 1.67 | - |
| YUV | 64.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 14 | 0.62 | 0 | 0.84 | 0.65 | 104.21 | 0.73 | 0.2 |
| Hex | 22 | 5A | E | 3E | 0 | 54 | 41 | 68 | 49 | 14 |
| Octal | 42 | 132 | 16 | 76 | 0 | 124 | 101 | 150 | 111 | 24 |
| Binary | 100010 | 1011010 | 1110 | 111110 | 0 | 1010100 | 1000001 | 1101000 | 1001001 | 10100 |
Color Harmonies of #225A0E
Complementary color
Monochromatic Colors of #225A0E
Black with #225A0E
Text Example
Text Example
White with #225A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A0E; }
p { color: rgb(34,90,14); }
H1.HeaderClassName
{
color: #225A0E;
}
.AnyTagClassName
{
color: #225A0E;
}
</style>
background-color css
<style>
a { background-color: #225A0E; }
a { background-color: rgb(34,90,14); }
div.DivClassName
{
background-color: #225A0E;
}
.BgClassName
{
background-color: #225A0E;
}
</style>
border-color css
<style>
span { border-color: #225A0E; }
span { border-color: rgb(34,90,14); }
td.TdClassName
{
border-color: #225A0E;
}
.TagClassName
{
border-color: #225A0E;
}
</style>