Shades of Myrtle #162A13
Tints of Myrtle #162A13
RGB
CMYK
RGB Variations
Color information
#162A13 (or 0x162A13) is known color: Myrtle. HEX triplet: 16, 2A and 13. RGB value is (22,42,19). Sum of RGB (Red+Green+Blue) = 22+42+19=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #162A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162A13 is #E9D5EC. Grayscale: #212121. Windows color (decimal): -15324653 or 1255958. OLE color: 1255958.
HSL color Cylindrical-coordinate representation of color #162A13: hue angle of 112.17º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #162A13 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 42 | 19 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.84 |
| HSL | 112.17º | 0.38% | 0.12% | - |
| HSV(B) | 112.17º | 0.55% | 0.16% | - |
| XYZ | 1.28 | 1.87 | 0.91 | - |
| YUV | 33.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 19 | 0.48 | 0 | 0.55 | 0.84 | 112.17 | 0.38 | 0.12 |
| Hex | 16 | 2A | 13 | 30 | 0 | 37 | 54 | 70 | 26 | C |
| Octal | 26 | 52 | 23 | 60 | 0 | 67 | 124 | 160 | 46 | 14 |
| Binary | 10110 | 101010 | 10011 | 110000 | 0 | 110111 | 1010100 | 1110000 | 100110 | 1100 |
Color Harmonies of #162A13
Complementary color
Monochromatic Colors of #162A13
Black with #162A13
Text Example
Text Example
White with #162A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A13; }
p { color: rgb(22,42,19); }
H1.HeaderClassName
{
color: #162A13;
}
.AnyTagClassName
{
color: #162A13;
}
</style>
background-color css
<style>
a { background-color: #162A13; }
a { background-color: rgb(22,42,19); }
div.DivClassName
{
background-color: #162A13;
}
.BgClassName
{
background-color: #162A13;
}
</style>
border-color css
<style>
span { border-color: #162A13; }
span { border-color: rgb(22,42,19); }
td.TdClassName
{
border-color: #162A13;
}
.TagClassName
{
border-color: #162A13;
}
</style>