Shades of Myrtle #16501F
Tints of Myrtle #16501F
RGB
CMYK
RGB Variations
Color information
#16501F (or 0x16501F) is known color: Myrtle. HEX triplet: 16, 50 and 1F. RGB value is (22,80,31). Sum of RGB (Red+Green+Blue) = 22+80+31=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #16501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16501F is #E9AFE0. Grayscale: #393939. Windows color (decimal): -15314913 or 2052118. OLE color: 2052118.
HSL color Cylindrical-coordinate representation of color #16501F: hue angle of 129.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16501F is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 31 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.69 |
| HSL | 129.31º | 0.57% | 0.2% | - |
| HSV(B) | 129.31º | 0.73% | 0.31% | - |
| XYZ | 3.45 | 6.01 | 2.27 | - |
| YUV | 57.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 31 | 0.72 | 0 | 0.61 | 0.69 | 129.31 | 0.57 | 0.2 |
| Hex | 16 | 50 | 1F | 48 | 0 | 3D | 45 | 81 | 39 | 14 |
| Octal | 26 | 120 | 37 | 110 | 0 | 75 | 105 | 201 | 71 | 24 |
| Binary | 10110 | 1010000 | 11111 | 1001000 | 0 | 111101 | 1000101 | 10000001 | 111001 | 10100 |
Color Harmonies of #16501F
Complementary color
Monochromatic Colors of #16501F
Black with #16501F
Text Example
Text Example
White with #16501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16501F; }
p { color: rgb(22,80,31); }
H1.HeaderClassName
{
color: #16501F;
}
.AnyTagClassName
{
color: #16501F;
}
</style>
background-color css
<style>
a { background-color: #16501F; }
a { background-color: rgb(22,80,31); }
div.DivClassName
{
background-color: #16501F;
}
.BgClassName
{
background-color: #16501F;
}
</style>
border-color css
<style>
span { border-color: #16501F; }
span { border-color: rgb(22,80,31); }
td.TdClassName
{
border-color: #16501F;
}
.TagClassName
{
border-color: #16501F;
}
</style>