Shades of Myrtle #163415
Tints of Myrtle #163415
RGB
CMYK
RGB Variations
Color information
#163415 (or 0x163415) is known color: Myrtle. HEX triplet: 16, 34 and 15. RGB value is (22,52,21). Sum of RGB (Red+Green+Blue) = 22+52+21=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #163415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163415 is #E9CBEA. Grayscale: #272727. Windows color (decimal): -15322091 or 1389590. OLE color: 1389590.
HSL color Cylindrical-coordinate representation of color #163415: hue angle of 118.06º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163415 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 52 | 21 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.80 |
| HSL | 118.06º | 0.42% | 0.14% | - |
| HSV(B) | 118.06º | 0.6% | 0.2% | - |
| XYZ | 1.69 | 2.68 | 1.14 | - |
| YUV | 39.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 21 | 0.58 | 0 | 0.60 | 0.80 | 118.06 | 0.42 | 0.14 |
| Hex | 16 | 34 | 15 | 3A | 0 | 3C | 50 | 76 | 2A | E |
| Octal | 26 | 64 | 25 | 72 | 0 | 74 | 120 | 166 | 52 | 16 |
| Binary | 10110 | 110100 | 10101 | 111010 | 0 | 111100 | 1010000 | 1110110 | 101010 | 1110 |
Color Harmonies of #163415
Complementary color
Monochromatic Colors of #163415
Black with #163415
Text Example
Text Example
White with #163415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163415; }
p { color: rgb(22,52,21); }
H1.HeaderClassName
{
color: #163415;
}
.AnyTagClassName
{
color: #163415;
}
</style>
background-color css
<style>
a { background-color: #163415; }
a { background-color: rgb(22,52,21); }
div.DivClassName
{
background-color: #163415;
}
.BgClassName
{
background-color: #163415;
}
</style>
border-color css
<style>
span { border-color: #163415; }
span { border-color: rgb(22,52,21); }
td.TdClassName
{
border-color: #163415;
}
.TagClassName
{
border-color: #163415;
}
</style>