Shades of Myrtle #224618
Tints of Myrtle #224618
RGB
CMYK
RGB Variations
Color information
#224618 (or 0x224618) is known color: Myrtle. HEX triplet: 22, 46 and 18. RGB value is (34,70,24). Sum of RGB (Red+Green+Blue) = 34+70+24=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #224618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224618 is #DDB9E7. Grayscale: #363636. Windows color (decimal): -14531048 or 1590818. OLE color: 1590818.
HSL color Cylindrical-coordinate representation of color #224618: hue angle of 106.96º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224618 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 24 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.73 |
| HSL | 106.96º | 0.49% | 0.18% | - |
| HSV(B) | 106.96º | 0.66% | 0.27% | - |
| XYZ | 3.01 | 4.79 | 1.63 | - |
| YUV | 53.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 24 | 0.51 | 0 | 0.66 | 0.73 | 106.96 | 0.49 | 0.18 |
| Hex | 22 | 46 | 18 | 33 | 0 | 42 | 49 | 6B | 31 | 12 |
| Octal | 42 | 106 | 30 | 63 | 0 | 102 | 111 | 153 | 61 | 22 |
| Binary | 100010 | 1000110 | 11000 | 110011 | 0 | 1000010 | 1001001 | 1101011 | 110001 | 10010 |
Color Harmonies of #224618
Complementary color
Monochromatic Colors of #224618
Black with #224618
Text Example
Text Example
White with #224618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224618; }
p { color: rgb(34,70,24); }
H1.HeaderClassName
{
color: #224618;
}
.AnyTagClassName
{
color: #224618;
}
</style>
background-color css
<style>
a { background-color: #224618; }
a { background-color: rgb(34,70,24); }
div.DivClassName
{
background-color: #224618;
}
.BgClassName
{
background-color: #224618;
}
</style>
border-color css
<style>
span { border-color: #224618; }
span { border-color: rgb(34,70,24); }
td.TdClassName
{
border-color: #224618;
}
.TagClassName
{
border-color: #224618;
}
</style>