Shades of Myrtle #16550F
Tints of Myrtle #16550F
RGB
CMYK
RGB Variations
Color information
#16550F (or 0x16550F) is known color: Myrtle. HEX triplet: 16, 55 and 0F. RGB value is (22,85,15). Sum of RGB (Red+Green+Blue) = 22+85+15=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #16550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16550F is #E9AAF0. Grayscale: #3A3A3A. Windows color (decimal): -15313649 or 1004822. OLE color: 1004822.
HSL color Cylindrical-coordinate representation of color #16550F: hue angle of 114º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16550F is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 15 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.67 |
| HSL | 114º | 0.7% | 0.2% | - |
| HSV(B) | 114º | 0.82% | 0.33% | - |
| XYZ | 3.67 | 6.7 | 1.55 | - |
| YUV | 58.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 15 | 0.74 | 0 | 0.82 | 0.67 | 114 | 0.7 | 0.2 |
| Hex | 16 | 55 | F | 4A | 0 | 52 | 43 | 72 | 46 | 14 |
| Octal | 26 | 125 | 17 | 112 | 0 | 122 | 103 | 162 | 106 | 24 |
| Binary | 10110 | 1010101 | 1111 | 1001010 | 0 | 1010010 | 1000011 | 1110010 | 1000110 | 10100 |
Color Harmonies of #16550F
Complementary color
Monochromatic Colors of #16550F
Black with #16550F
Text Example
Text Example
White with #16550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16550F; }
p { color: rgb(22,85,15); }
H1.HeaderClassName
{
color: #16550F;
}
.AnyTagClassName
{
color: #16550F;
}
</style>
background-color css
<style>
a { background-color: #16550F; }
a { background-color: rgb(22,85,15); }
div.DivClassName
{
background-color: #16550F;
}
.BgClassName
{
background-color: #16550F;
}
</style>
border-color css
<style>
span { border-color: #16550F; }
span { border-color: rgb(22,85,15); }
td.TdClassName
{
border-color: #16550F;
}
.TagClassName
{
border-color: #16550F;
}
</style>