Shades of Myrtle #163017
Tints of Myrtle #163017
RGB
CMYK
RGB Variations
Color information
#163017 (or 0x163017) is known color: Myrtle. HEX triplet: 16, 30 and 17. RGB value is (22,48,23). Sum of RGB (Red+Green+Blue) = 22+48+23=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #163017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163017 is #E9CFE8. Grayscale: #252525. Windows color (decimal): -15323113 or 1519638. OLE color: 1519638.
HSL color Cylindrical-coordinate representation of color #163017: hue angle of 122.31º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #163017 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 48 | 23 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.81 |
| HSL | 122.31º | 0.37% | 0.14% | - |
| HSV(B) | 122.31º | 0.54% | 0.19% | - |
| XYZ | 1.54 | 2.35 | 1.18 | - |
| YUV | 37.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 23 | 0.54 | 0 | 0.52 | 0.81 | 122.31 | 0.37 | 0.14 |
| Hex | 16 | 30 | 17 | 36 | 0 | 34 | 51 | 7A | 25 | E |
| Octal | 26 | 60 | 27 | 66 | 0 | 64 | 121 | 172 | 45 | 16 |
| Binary | 10110 | 110000 | 10111 | 110110 | 0 | 110100 | 1010001 | 1111010 | 100101 | 1110 |
Color Harmonies of #163017
Complementary color
Monochromatic Colors of #163017
Black with #163017
Text Example
Text Example
White with #163017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163017; }
p { color: rgb(22,48,23); }
H1.HeaderClassName
{
color: #163017;
}
.AnyTagClassName
{
color: #163017;
}
</style>
background-color css
<style>
a { background-color: #163017; }
a { background-color: rgb(22,48,23); }
div.DivClassName
{
background-color: #163017;
}
.BgClassName
{
background-color: #163017;
}
</style>
border-color css
<style>
span { border-color: #163017; }
span { border-color: rgb(22,48,23); }
td.TdClassName
{
border-color: #163017;
}
.TagClassName
{
border-color: #163017;
}
</style>