Shades of Myrtle #16530D
Tints of Myrtle #16530D
RGB
CMYK
RGB Variations
Color information
#16530D (or 0x16530D) is known color: Myrtle. HEX triplet: 16, 53 and 0D. RGB value is (22,83,13). Sum of RGB (Red+Green+Blue) = 22+83+13=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #16530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16530D is #E9ACF2. Grayscale: #393939. Windows color (decimal): -15314163 or 873238. OLE color: 873238.
HSL color Cylindrical-coordinate representation of color #16530D: hue angle of 112.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16530D is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 13 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.67 |
| HSL | 112.29º | 0.73% | 0.19% | - |
| HSV(B) | 112.29º | 0.84% | 0.33% | - |
| XYZ | 3.5 | 6.39 | 1.43 | - |
| YUV | 56.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 13 | 0.73 | 0 | 0.84 | 0.67 | 112.29 | 0.73 | 0.19 |
| Hex | 16 | 53 | D | 49 | 0 | 54 | 43 | 70 | 49 | 13 |
| Octal | 26 | 123 | 15 | 111 | 0 | 124 | 103 | 160 | 111 | 23 |
| Binary | 10110 | 1010011 | 1101 | 1001001 | 0 | 1010100 | 1000011 | 1110000 | 1001001 | 10011 |
Color Harmonies of #16530D
Complementary color
Monochromatic Colors of #16530D
Black with #16530D
Text Example
Text Example
White with #16530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16530D; }
p { color: rgb(22,83,13); }
H1.HeaderClassName
{
color: #16530D;
}
.AnyTagClassName
{
color: #16530D;
}
</style>
background-color css
<style>
a { background-color: #16530D; }
a { background-color: rgb(22,83,13); }
div.DivClassName
{
background-color: #16530D;
}
.BgClassName
{
background-color: #16530D;
}
</style>
border-color css
<style>
span { border-color: #16530D; }
span { border-color: rgb(22,83,13); }
td.TdClassName
{
border-color: #16530D;
}
.TagClassName
{
border-color: #16530D;
}
</style>