Shades of Myrtle #163918
Tints of Myrtle #163918
RGB
CMYK
RGB Variations
Color information
#163918 (or 0x163918) is known color: Myrtle. HEX triplet: 16, 39 and 18. RGB value is (22,57,24). Sum of RGB (Red+Green+Blue) = 22+57+24=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #163918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163918 is #E9C6E7. Grayscale: #2A2A2A. Windows color (decimal): -15320808 or 1587478. OLE color: 1587478.
HSL color Cylindrical-coordinate representation of color #163918: hue angle of 123.43º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163918 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 57 | 24 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.78 |
| HSL | 123.43º | 0.44% | 0.15% | - |
| HSV(B) | 123.43º | 0.61% | 0.22% | - |
| XYZ | 1.96 | 3.16 | 1.37 | - |
| YUV | 42.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 24 | 0.61 | 0 | 0.58 | 0.78 | 123.43 | 0.44 | 0.15 |
| Hex | 16 | 39 | 18 | 3D | 0 | 3A | 4E | 7B | 2C | F |
| Octal | 26 | 71 | 30 | 75 | 0 | 72 | 116 | 173 | 54 | 17 |
| Binary | 10110 | 111001 | 11000 | 111101 | 0 | 111010 | 1001110 | 1111011 | 101100 | 1111 |
Color Harmonies of #163918
Complementary color
Monochromatic Colors of #163918
Black with #163918
Text Example
Text Example
White with #163918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163918; }
p { color: rgb(22,57,24); }
H1.HeaderClassName
{
color: #163918;
}
.AnyTagClassName
{
color: #163918;
}
</style>
background-color css
<style>
a { background-color: #163918; }
a { background-color: rgb(22,57,24); }
div.DivClassName
{
background-color: #163918;
}
.BgClassName
{
background-color: #163918;
}
</style>
border-color css
<style>
span { border-color: #163918; }
span { border-color: rgb(22,57,24); }
td.TdClassName
{
border-color: #163918;
}
.TagClassName
{
border-color: #163918;
}
</style>