Shades of Myrtle #224908
Tints of Myrtle #224908
RGB
CMYK
RGB Variations
Color information
#224908 (or 0x224908) is known color: Myrtle. HEX triplet: 22, 49 and 08. RGB value is (34,73,8). Sum of RGB (Red+Green+Blue) = 34+73+8=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #224908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224908 is #DDB6F7. Grayscale: #363636. Windows color (decimal): -14530296 or 543010. OLE color: 543010.
HSL color Cylindrical-coordinate representation of color #224908: hue angle of 96º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #224908 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 8 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.71 |
| HSL | 96º | 0.8% | 0.16% | - |
| HSV(B) | 96º | 0.89% | 0.29% | - |
| XYZ | 3.09 | 5.12 | 1.06 | - |
| YUV | 53.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 8 | 0.53 | 0 | 0.89 | 0.71 | 96 | 0.8 | 0.16 |
| Hex | 22 | 49 | 8 | 35 | 0 | 59 | 47 | 60 | 50 | 10 |
| Octal | 42 | 111 | 10 | 65 | 0 | 131 | 107 | 140 | 120 | 20 |
| Binary | 100010 | 1001001 | 1000 | 110101 | 0 | 1011001 | 1000111 | 1100000 | 1010000 | 10000 |
Color Harmonies of #224908
Complementary color
Monochromatic Colors of #224908
Black with #224908
Text Example
Text Example
White with #224908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224908; }
p { color: rgb(34,73,8); }
H1.HeaderClassName
{
color: #224908;
}
.AnyTagClassName
{
color: #224908;
}
</style>
background-color css
<style>
a { background-color: #224908; }
a { background-color: rgb(34,73,8); }
div.DivClassName
{
background-color: #224908;
}
.BgClassName
{
background-color: #224908;
}
</style>
border-color css
<style>
span { border-color: #224908; }
span { border-color: rgb(34,73,8); }
td.TdClassName
{
border-color: #224908;
}
.TagClassName
{
border-color: #224908;
}
</style>