Shades of Myrtle #162E13
Tints of Myrtle #162E13
RGB
CMYK
RGB Variations
Color information
#162E13 (or 0x162E13) is known color: Myrtle. HEX triplet: 16, 2E and 13. RGB value is (22,46,19). Sum of RGB (Red+Green+Blue) = 22+46+19=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #162E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162E13 is #E9D1EC. Grayscale: #232323. Windows color (decimal): -15323629 or 1256982. OLE color: 1256982.
HSL color Cylindrical-coordinate representation of color #162E13: hue angle of 113.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #162E13 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 46 | 19 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.82 |
| HSL | 113.33º | 0.42% | 0.13% | - |
| HSV(B) | 113.33º | 0.59% | 0.18% | - |
| XYZ | 1.43 | 2.17 | 0.96 | - |
| YUV | 35.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 19 | 0.52 | 0 | 0.59 | 0.82 | 113.33 | 0.42 | 0.13 |
| Hex | 16 | 2E | 13 | 34 | 0 | 3B | 52 | 71 | 2A | D |
| Octal | 26 | 56 | 23 | 64 | 0 | 73 | 122 | 161 | 52 | 15 |
| Binary | 10110 | 101110 | 10011 | 110100 | 0 | 111011 | 1010010 | 1110001 | 101010 | 1101 |
Color Harmonies of #162E13
Complementary color
Monochromatic Colors of #162E13
Black with #162E13
Text Example
Text Example
White with #162E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E13; }
p { color: rgb(22,46,19); }
H1.HeaderClassName
{
color: #162E13;
}
.AnyTagClassName
{
color: #162E13;
}
</style>
background-color css
<style>
a { background-color: #162E13; }
a { background-color: rgb(22,46,19); }
div.DivClassName
{
background-color: #162E13;
}
.BgClassName
{
background-color: #162E13;
}
</style>
border-color css
<style>
span { border-color: #162E13; }
span { border-color: rgb(22,46,19); }
td.TdClassName
{
border-color: #162E13;
}
.TagClassName
{
border-color: #162E13;
}
</style>