Shades of Myrtle #224F0C
Tints of Myrtle #224F0C
RGB
CMYK
RGB Variations
Color information
#224F0C (or 0x224F0C) is known color: Myrtle. HEX triplet: 22, 4F and 0C. RGB value is (34,79,12). Sum of RGB (Red+Green+Blue) = 34+79+12=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #224F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224F0C is #DDB0F3. Grayscale: #3A3A3A. Windows color (decimal): -14528756 or 806690. OLE color: 806690.
HSL color Cylindrical-coordinate representation of color #224F0C: hue angle of 100.3º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224F0C is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 79 | 12 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.69 |
| HSL | 100.3º | 0.74% | 0.18% | - |
| HSV(B) | 100.3º | 0.85% | 0.31% | - |
| XYZ | 3.52 | 5.96 | 1.31 | - |
| YUV | 57.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 12 | 0.57 | 0 | 0.85 | 0.69 | 100.3 | 0.74 | 0.18 |
| Hex | 22 | 4F | C | 39 | 0 | 55 | 45 | 64 | 4A | 12 |
| Octal | 42 | 117 | 14 | 71 | 0 | 125 | 105 | 144 | 112 | 22 |
| Binary | 100010 | 1001111 | 1100 | 111001 | 0 | 1010101 | 1000101 | 1100100 | 1001010 | 10010 |
Color Harmonies of #224F0C
Complementary color
Monochromatic Colors of #224F0C
Black with #224F0C
Text Example
Text Example
White with #224F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F0C; }
p { color: rgb(34,79,12); }
H1.HeaderClassName
{
color: #224F0C;
}
.AnyTagClassName
{
color: #224F0C;
}
</style>
background-color css
<style>
a { background-color: #224F0C; }
a { background-color: rgb(34,79,12); }
div.DivClassName
{
background-color: #224F0C;
}
.BgClassName
{
background-color: #224F0C;
}
</style>
border-color css
<style>
span { border-color: #224F0C; }
span { border-color: rgb(34,79,12); }
td.TdClassName
{
border-color: #224F0C;
}
.TagClassName
{
border-color: #224F0C;
}
</style>