Shades of Myrtle #224712
Tints of Myrtle #224712
RGB
CMYK
RGB Variations
Color information
#224712 (or 0x224712) is known color: Myrtle. HEX triplet: 22, 47 and 12. RGB value is (34,71,18). Sum of RGB (Red+Green+Blue) = 34+71+18=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #224712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224712 is #DDB8ED. Grayscale: #363636. Windows color (decimal): -14530798 or 1197858. OLE color: 1197858.
HSL color Cylindrical-coordinate representation of color #224712: hue angle of 101.89º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224712 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 71 | 18 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.72 |
| HSL | 101.89º | 0.6% | 0.17% | - |
| HSV(B) | 101.89º | 0.75% | 0.28% | - |
| XYZ | 3.02 | 4.89 | 1.36 | - |
| YUV | 53.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 18 | 0.52 | 0 | 0.75 | 0.72 | 101.89 | 0.6 | 0.17 |
| Hex | 22 | 47 | 12 | 34 | 0 | 4B | 48 | 66 | 3C | 11 |
| Octal | 42 | 107 | 22 | 64 | 0 | 113 | 110 | 146 | 74 | 21 |
| Binary | 100010 | 1000111 | 10010 | 110100 | 0 | 1001011 | 1001000 | 1100110 | 111100 | 10001 |
Color Harmonies of #224712
Complementary color
Monochromatic Colors of #224712
Black with #224712
Text Example
Text Example
White with #224712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224712; }
p { color: rgb(34,71,18); }
H1.HeaderClassName
{
color: #224712;
}
.AnyTagClassName
{
color: #224712;
}
</style>
background-color css
<style>
a { background-color: #224712; }
a { background-color: rgb(34,71,18); }
div.DivClassName
{
background-color: #224712;
}
.BgClassName
{
background-color: #224712;
}
</style>
border-color css
<style>
span { border-color: #224712; }
span { border-color: rgb(34,71,18); }
td.TdClassName
{
border-color: #224712;
}
.TagClassName
{
border-color: #224712;
}
</style>