Shades of Myrtle #163915
Tints of Myrtle #163915
RGB
CMYK
RGB Variations
Color information
#163915 (or 0x163915) is known color: Myrtle. HEX triplet: 16, 39 and 15. RGB value is (22,57,21). Sum of RGB (Red+Green+Blue) = 22+57+21=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #163915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163915 is #E9C6EA. Grayscale: #2A2A2A. Windows color (decimal): -15320811 or 1390870. OLE color: 1390870.
HSL color Cylindrical-coordinate representation of color #163915: hue angle of 118.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163915 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 57 | 21 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.78 |
| HSL | 118.33º | 0.46% | 0.15% | - |
| HSV(B) | 118.33º | 0.63% | 0.22% | - |
| XYZ | 1.93 | 3.15 | 1.22 | - |
| YUV | 42.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 21 | 0.61 | 0 | 0.63 | 0.78 | 118.33 | 0.46 | 0.15 |
| Hex | 16 | 39 | 15 | 3D | 0 | 3F | 4E | 76 | 2E | F |
| Octal | 26 | 71 | 25 | 75 | 0 | 77 | 116 | 166 | 56 | 17 |
| Binary | 10110 | 111001 | 10101 | 111101 | 0 | 111111 | 1001110 | 1110110 | 101110 | 1111 |
Color Harmonies of #163915
Complementary color
Monochromatic Colors of #163915
Black with #163915
Text Example
Text Example
White with #163915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163915; }
p { color: rgb(22,57,21); }
H1.HeaderClassName
{
color: #163915;
}
.AnyTagClassName
{
color: #163915;
}
</style>
background-color css
<style>
a { background-color: #163915; }
a { background-color: rgb(22,57,21); }
div.DivClassName
{
background-color: #163915;
}
.BgClassName
{
background-color: #163915;
}
</style>
border-color css
<style>
span { border-color: #163915; }
span { border-color: rgb(22,57,21); }
td.TdClassName
{
border-color: #163915;
}
.TagClassName
{
border-color: #163915;
}
</style>