Shades of Myrtle #16370D
Tints of Myrtle #16370D
RGB
CMYK
RGB Variations
Color information
#16370D (or 0x16370D) is known color: Myrtle. HEX triplet: 16, 37 and 0D. RGB value is (22,55,13). Sum of RGB (Red+Green+Blue) = 22+55+13=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #16370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16370D is #E9C8F2. Grayscale: #282828. Windows color (decimal): -15321331 or 866070. OLE color: 866070.
HSL color Cylindrical-coordinate representation of color #16370D: hue angle of 107.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16370D is Cyan = 0.6, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 13 | - |
| CMYK | 0.6 | 0 | 0.76 | 0.78 |
| HSL | 107.14º | 0.62% | 0.13% | - |
| HSV(B) | 107.14º | 0.76% | 0.22% | - |
| XYZ | 1.77 | 2.93 | 0.85 | - |
| YUV | 40.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 13 | 0.6 | 0 | 0.76 | 0.78 | 107.14 | 0.62 | 0.13 |
| Hex | 16 | 37 | D | 3C | 0 | 4C | 4E | 6B | 3E | D |
| Octal | 26 | 67 | 15 | 74 | 0 | 114 | 116 | 153 | 76 | 15 |
| Binary | 10110 | 110111 | 1101 | 111100 | 0 | 1001100 | 1001110 | 1101011 | 111110 | 1101 |
Color Harmonies of #16370D
Complementary color
Monochromatic Colors of #16370D
Black with #16370D
Text Example
Text Example
White with #16370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16370D; }
p { color: rgb(22,55,13); }
H1.HeaderClassName
{
color: #16370D;
}
.AnyTagClassName
{
color: #16370D;
}
</style>
background-color css
<style>
a { background-color: #16370D; }
a { background-color: rgb(22,55,13); }
div.DivClassName
{
background-color: #16370D;
}
.BgClassName
{
background-color: #16370D;
}
</style>
border-color css
<style>
span { border-color: #16370D; }
span { border-color: rgb(22,55,13); }
td.TdClassName
{
border-color: #16370D;
}
.TagClassName
{
border-color: #16370D;
}
</style>