Shades of Myrtle #164415
Tints of Myrtle #164415
RGB
CMYK
RGB Variations
Color information
#164415 (or 0x164415) is known color: Myrtle. HEX triplet: 16, 44 and 15. RGB value is (22,68,21). Sum of RGB (Red+Green+Blue) = 22+68+21=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #164415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164415 is #E9BBEA. Grayscale: #313131. Windows color (decimal): -15317995 or 1393686. OLE color: 1393686.
HSL color Cylindrical-coordinate representation of color #164415: hue angle of 118.72º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164415 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 68 | 21 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.73 |
| HSL | 118.72º | 0.53% | 0.17% | - |
| HSV(B) | 118.72º | 0.69% | 0.27% | - |
| XYZ | 2.53 | 4.36 | 1.42 | - |
| YUV | 48.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 21 | 0.68 | 0 | 0.69 | 0.73 | 118.72 | 0.53 | 0.17 |
| Hex | 16 | 44 | 15 | 44 | 0 | 45 | 49 | 77 | 35 | 11 |
| Octal | 26 | 104 | 25 | 104 | 0 | 105 | 111 | 167 | 65 | 21 |
| Binary | 10110 | 1000100 | 10101 | 1000100 | 0 | 1000101 | 1001001 | 1110111 | 110101 | 10001 |
Color Harmonies of #164415
Complementary color
Monochromatic Colors of #164415
Black with #164415
Text Example
Text Example
White with #164415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164415; }
p { color: rgb(22,68,21); }
H1.HeaderClassName
{
color: #164415;
}
.AnyTagClassName
{
color: #164415;
}
</style>
background-color css
<style>
a { background-color: #164415; }
a { background-color: rgb(22,68,21); }
div.DivClassName
{
background-color: #164415;
}
.BgClassName
{
background-color: #164415;
}
</style>
border-color css
<style>
span { border-color: #164415; }
span { border-color: rgb(22,68,21); }
td.TdClassName
{
border-color: #164415;
}
.TagClassName
{
border-color: #164415;
}
</style>