Shades of Myrtle #16521F
Tints of Myrtle #16521F
RGB
CMYK
RGB Variations
Color information
#16521F (or 0x16521F) is known color: Myrtle. HEX triplet: 16, 52 and 1F. RGB value is (22,82,31). Sum of RGB (Red+Green+Blue) = 22+82+31=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #16521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16521F is #E9ADE0. Grayscale: #3A3A3A. Windows color (decimal): -15314401 or 2052630. OLE color: 2052630.
HSL color Cylindrical-coordinate representation of color #16521F: hue angle of 129º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16521F is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 31 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.68 |
| HSL | 129º | 0.58% | 0.2% | - |
| HSV(B) | 129º | 0.73% | 0.32% | - |
| XYZ | 3.6 | 6.3 | 2.32 | - |
| YUV | 58.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 31 | 0.73 | 0 | 0.62 | 0.68 | 129 | 0.58 | 0.2 |
| Hex | 16 | 52 | 1F | 49 | 0 | 3E | 44 | 81 | 3A | 14 |
| Octal | 26 | 122 | 37 | 111 | 0 | 76 | 104 | 201 | 72 | 24 |
| Binary | 10110 | 1010010 | 11111 | 1001001 | 0 | 111110 | 1000100 | 10000001 | 111010 | 10100 |
Color Harmonies of #16521F
Complementary color
Monochromatic Colors of #16521F
Black with #16521F
Text Example
Text Example
White with #16521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16521F; }
p { color: rgb(22,82,31); }
H1.HeaderClassName
{
color: #16521F;
}
.AnyTagClassName
{
color: #16521F;
}
</style>
background-color css
<style>
a { background-color: #16521F; }
a { background-color: rgb(22,82,31); }
div.DivClassName
{
background-color: #16521F;
}
.BgClassName
{
background-color: #16521F;
}
</style>
border-color css
<style>
span { border-color: #16521F; }
span { border-color: rgb(22,82,31); }
td.TdClassName
{
border-color: #16521F;
}
.TagClassName
{
border-color: #16521F;
}
</style>