Shades of Myrtle #224D0B
Tints of Myrtle #224D0B
RGB
CMYK
RGB Variations
Color information
#224D0B (or 0x224D0B) is known color: Myrtle. HEX triplet: 22, 4D and 0B. RGB value is (34,77,11). Sum of RGB (Red+Green+Blue) = 34+77+11=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #224D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224D0B is #DDB2F4. Grayscale: #383838. Windows color (decimal): -14529269 or 740642. OLE color: 740642.
HSL color Cylindrical-coordinate representation of color #224D0B: hue angle of 99.09º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224D0B is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 11 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.70 |
| HSL | 99.09º | 0.75% | 0.17% | - |
| HSV(B) | 99.09º | 0.86% | 0.3% | - |
| XYZ | 3.37 | 5.67 | 1.23 | - |
| YUV | 56.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 11 | 0.56 | 0 | 0.86 | 0.70 | 99.09 | 0.75 | 0.17 |
| Hex | 22 | 4D | B | 38 | 0 | 56 | 46 | 63 | 4B | 11 |
| Octal | 42 | 115 | 13 | 70 | 0 | 126 | 106 | 143 | 113 | 21 |
| Binary | 100010 | 1001101 | 1011 | 111000 | 0 | 1010110 | 1000110 | 1100011 | 1001011 | 10001 |
Color Harmonies of #224D0B
Complementary color
Monochromatic Colors of #224D0B
Black with #224D0B
Text Example
Text Example
White with #224D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D0B; }
p { color: rgb(34,77,11); }
H1.HeaderClassName
{
color: #224D0B;
}
.AnyTagClassName
{
color: #224D0B;
}
</style>
background-color css
<style>
a { background-color: #224D0B; }
a { background-color: rgb(34,77,11); }
div.DivClassName
{
background-color: #224D0B;
}
.BgClassName
{
background-color: #224D0B;
}
</style>
border-color css
<style>
span { border-color: #224D0B; }
span { border-color: rgb(34,77,11); }
td.TdClassName
{
border-color: #224D0B;
}
.TagClassName
{
border-color: #224D0B;
}
</style>