Shades of Myrtle #16580F
Tints of Myrtle #16580F
RGB
CMYK
RGB Variations
Color information
#16580F (or 0x16580F) is known color: Myrtle. HEX triplet: 16, 58 and 0F. RGB value is (22,88,15). Sum of RGB (Red+Green+Blue) = 22+88+15=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #16580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16580F is #E9A7F0. Grayscale: #3C3C3C. Windows color (decimal): -15312881 or 1005590. OLE color: 1005590.
HSL color Cylindrical-coordinate representation of color #16580F: hue angle of 114.25º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16580F is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 15 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.65 |
| HSL | 114.25º | 0.71% | 0.2% | - |
| HSV(B) | 114.25º | 0.83% | 0.35% | - |
| XYZ | 3.91 | 7.18 | 1.63 | - |
| YUV | 59.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 15 | 0.75 | 0 | 0.83 | 0.65 | 114.25 | 0.71 | 0.2 |
| Hex | 16 | 58 | F | 4B | 0 | 53 | 41 | 72 | 47 | 14 |
| Octal | 26 | 130 | 17 | 113 | 0 | 123 | 101 | 162 | 107 | 24 |
| Binary | 10110 | 1011000 | 1111 | 1001011 | 0 | 1010011 | 1000001 | 1110010 | 1000111 | 10100 |
Color Harmonies of #16580F
Complementary color
Monochromatic Colors of #16580F
Black with #16580F
Text Example
Text Example
White with #16580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16580F; }
p { color: rgb(22,88,15); }
H1.HeaderClassName
{
color: #16580F;
}
.AnyTagClassName
{
color: #16580F;
}
</style>
background-color css
<style>
a { background-color: #16580F; }
a { background-color: rgb(22,88,15); }
div.DivClassName
{
background-color: #16580F;
}
.BgClassName
{
background-color: #16580F;
}
</style>
border-color css
<style>
span { border-color: #16580F; }
span { border-color: rgb(22,88,15); }
td.TdClassName
{
border-color: #16580F;
}
.TagClassName
{
border-color: #16580F;
}
</style>