Shades of Myrtle #224017
Tints of Myrtle #224017
RGB
CMYK
RGB Variations
Color information
#224017 (or 0x224017) is known color: Myrtle. HEX triplet: 22, 40 and 17. RGB value is (34,64,23). Sum of RGB (Red+Green+Blue) = 34+64+23=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #224017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224017 is #DDBFE8. Grayscale: #323232. Windows color (decimal): -14532585 or 1523746. OLE color: 1523746.
HSL color Cylindrical-coordinate representation of color #224017: hue angle of 103.9º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #224017 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 64 | 23 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.75 |
| HSL | 103.9º | 0.47% | 0.17% | - |
| HSV(B) | 103.9º | 0.64% | 0.25% | - |
| XYZ | 2.65 | 4.07 | 1.46 | - |
| YUV | 50.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 23 | 0.47 | 0 | 0.64 | 0.75 | 103.9 | 0.47 | 0.17 |
| Hex | 22 | 40 | 17 | 2F | 0 | 40 | 4B | 68 | 2F | 11 |
| Octal | 42 | 100 | 27 | 57 | 0 | 100 | 113 | 150 | 57 | 21 |
| Binary | 100010 | 1000000 | 10111 | 101111 | 0 | 1000000 | 1001011 | 1101000 | 101111 | 10001 |
Color Harmonies of #224017
Complementary color
Monochromatic Colors of #224017
Black with #224017
Text Example
Text Example
White with #224017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224017; }
p { color: rgb(34,64,23); }
H1.HeaderClassName
{
color: #224017;
}
.AnyTagClassName
{
color: #224017;
}
</style>
background-color css
<style>
a { background-color: #224017; }
a { background-color: rgb(34,64,23); }
div.DivClassName
{
background-color: #224017;
}
.BgClassName
{
background-color: #224017;
}
</style>
border-color css
<style>
span { border-color: #224017; }
span { border-color: rgb(34,64,23); }
td.TdClassName
{
border-color: #224017;
}
.TagClassName
{
border-color: #224017;
}
</style>