Shades of Myrtle #16580C
Tints of Myrtle #16580C
RGB
CMYK
RGB Variations
Color information
#16580C (or 0x16580C) is known color: Myrtle. HEX triplet: 16, 58 and 0C. RGB value is (22,88,12). Sum of RGB (Red+Green+Blue) = 22+88+12=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #16580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16580C is #E9A7F3. Grayscale: #3B3B3B. Windows color (decimal): -15312884 or 808982. OLE color: 808982.
HSL color Cylindrical-coordinate representation of color #16580C: hue angle of 112.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16580C is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 12 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.65 |
| HSL | 112.11º | 0.76% | 0.2% | - |
| HSV(B) | 112.11º | 0.86% | 0.35% | - |
| XYZ | 3.89 | 7.18 | 1.53 | - |
| YUV | 59.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 12 | 0.75 | 0 | 0.86 | 0.65 | 112.11 | 0.76 | 0.2 |
| Hex | 16 | 58 | C | 4B | 0 | 56 | 41 | 70 | 4C | 14 |
| Octal | 26 | 130 | 14 | 113 | 0 | 126 | 101 | 160 | 114 | 24 |
| Binary | 10110 | 1011000 | 1100 | 1001011 | 0 | 1010110 | 1000001 | 1110000 | 1001100 | 10100 |
Color Harmonies of #16580C
Complementary color
Monochromatic Colors of #16580C
Black with #16580C
Text Example
Text Example
White with #16580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16580C; }
p { color: rgb(22,88,12); }
H1.HeaderClassName
{
color: #16580C;
}
.AnyTagClassName
{
color: #16580C;
}
</style>
background-color css
<style>
a { background-color: #16580C; }
a { background-color: rgb(22,88,12); }
div.DivClassName
{
background-color: #16580C;
}
.BgClassName
{
background-color: #16580C;
}
</style>
border-color css
<style>
span { border-color: #16580C; }
span { border-color: rgb(22,88,12); }
td.TdClassName
{
border-color: #16580C;
}
.TagClassName
{
border-color: #16580C;
}
</style>