Shades of Myrtle #224912
Tints of Myrtle #224912
RGB
CMYK
RGB Variations
Color information
#224912 (or 0x224912) is known color: Myrtle. HEX triplet: 22, 49 and 12. RGB value is (34,73,18). Sum of RGB (Red+Green+Blue) = 34+73+18=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #224912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224912 is #DDB6ED. Grayscale: #373737. Windows color (decimal): -14530286 or 1198370. OLE color: 1198370.
HSL color Cylindrical-coordinate representation of color #224912: hue angle of 102.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224912 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 18 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.71 |
| HSL | 102.55º | 0.6% | 0.18% | - |
| HSV(B) | 102.55º | 0.75% | 0.29% | - |
| XYZ | 3.15 | 5.15 | 1.4 | - |
| YUV | 55.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 18 | 0.53 | 0 | 0.75 | 0.71 | 102.55 | 0.6 | 0.18 |
| Hex | 22 | 49 | 12 | 35 | 0 | 4B | 47 | 67 | 3C | 12 |
| Octal | 42 | 111 | 22 | 65 | 0 | 113 | 107 | 147 | 74 | 22 |
| Binary | 100010 | 1001001 | 10010 | 110101 | 0 | 1001011 | 1000111 | 1100111 | 111100 | 10010 |
Color Harmonies of #224912
Complementary color
Monochromatic Colors of #224912
Black with #224912
Text Example
Text Example
White with #224912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224912; }
p { color: rgb(34,73,18); }
H1.HeaderClassName
{
color: #224912;
}
.AnyTagClassName
{
color: #224912;
}
</style>
background-color css
<style>
a { background-color: #224912; }
a { background-color: rgb(34,73,18); }
div.DivClassName
{
background-color: #224912;
}
.BgClassName
{
background-color: #224912;
}
</style>
border-color css
<style>
span { border-color: #224912; }
span { border-color: rgb(34,73,18); }
td.TdClassName
{
border-color: #224912;
}
.TagClassName
{
border-color: #224912;
}
</style>