Shades of Myrtle #164212
Tints of Myrtle #164212
RGB
CMYK
RGB Variations
Color information
#164212 (or 0x164212) is known color: Myrtle. HEX triplet: 16, 42 and 12. RGB value is (22,66,18). Sum of RGB (Red+Green+Blue) = 22+66+18=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #164212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164212 is #E9BDED. Grayscale: #2F2F2F. Windows color (decimal): -15318510 or 1196566. OLE color: 1196566.
HSL color Cylindrical-coordinate representation of color #164212: hue angle of 115º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164212 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 18 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.74 |
| HSL | 115º | 0.57% | 0.16% | - |
| HSV(B) | 115º | 0.73% | 0.26% | - |
| XYZ | 2.39 | 4.11 | 1.24 | - |
| YUV | 47.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 18 | 0.67 | 0 | 0.73 | 0.74 | 115 | 0.57 | 0.16 |
| Hex | 16 | 42 | 12 | 43 | 0 | 49 | 4A | 73 | 39 | 10 |
| Octal | 26 | 102 | 22 | 103 | 0 | 111 | 112 | 163 | 71 | 20 |
| Binary | 10110 | 1000010 | 10010 | 1000011 | 0 | 1001001 | 1001010 | 1110011 | 111001 | 10000 |
Color Harmonies of #164212
Complementary color
Monochromatic Colors of #164212
Black with #164212
Text Example
Text Example
White with #164212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164212; }
p { color: rgb(22,66,18); }
H1.HeaderClassName
{
color: #164212;
}
.AnyTagClassName
{
color: #164212;
}
</style>
background-color css
<style>
a { background-color: #164212; }
a { background-color: rgb(22,66,18); }
div.DivClassName
{
background-color: #164212;
}
.BgClassName
{
background-color: #164212;
}
</style>
border-color css
<style>
span { border-color: #164212; }
span { border-color: rgb(22,66,18); }
td.TdClassName
{
border-color: #164212;
}
.TagClassName
{
border-color: #164212;
}
</style>