Shades of Myrtle #163613
Tints of Myrtle #163613
RGB
CMYK
RGB Variations
Color information
#163613 (or 0x163613) is known color: Myrtle. HEX triplet: 16, 36 and 13. RGB value is (22,54,19). Sum of RGB (Red+Green+Blue) = 22+54+19=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #163613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163613 is #E9C9EC. Grayscale: #282828. Windows color (decimal): -15321581 or 1259030. OLE color: 1259030.
HSL color Cylindrical-coordinate representation of color #163613: hue angle of 114.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163613 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 19 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.79 |
| HSL | 114.86º | 0.48% | 0.14% | - |
| HSV(B) | 114.86º | 0.65% | 0.21% | - |
| XYZ | 1.77 | 2.86 | 1.07 | - |
| YUV | 40.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 19 | 0.59 | 0 | 0.65 | 0.79 | 114.86 | 0.48 | 0.14 |
| Hex | 16 | 36 | 13 | 3B | 0 | 41 | 4F | 73 | 30 | E |
| Octal | 26 | 66 | 23 | 73 | 0 | 101 | 117 | 163 | 60 | 16 |
| Binary | 10110 | 110110 | 10011 | 111011 | 0 | 1000001 | 1001111 | 1110011 | 110000 | 1110 |
Color Harmonies of #163613
Complementary color
Monochromatic Colors of #163613
Black with #163613
Text Example
Text Example
White with #163613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163613; }
p { color: rgb(22,54,19); }
H1.HeaderClassName
{
color: #163613;
}
.AnyTagClassName
{
color: #163613;
}
</style>
background-color css
<style>
a { background-color: #163613; }
a { background-color: rgb(22,54,19); }
div.DivClassName
{
background-color: #163613;
}
.BgClassName
{
background-color: #163613;
}
</style>
border-color css
<style>
span { border-color: #163613; }
span { border-color: rgb(22,54,19); }
td.TdClassName
{
border-color: #163613;
}
.TagClassName
{
border-color: #163613;
}
</style>