Shades of Myrtle #164D0F
Tints of Myrtle #164D0F
RGB
CMYK
RGB Variations
Color information
#164D0F (or 0x164D0F) is known color: Myrtle. HEX triplet: 16, 4D and 0F. RGB value is (22,77,15). Sum of RGB (Red+Green+Blue) = 22+77+15=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #164D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D0F is #E9B2F0. Grayscale: #353535. Windows color (decimal): -15315697 or 1002774. OLE color: 1002774.
HSL color Cylindrical-coordinate representation of color #164D0F: hue angle of 113.23º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #164D0F is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 15 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.70 |
| HSL | 113.23º | 0.67% | 0.18% | - |
| HSV(B) | 113.23º | 0.81% | 0.3% | - |
| XYZ | 3.07 | 5.51 | 1.35 | - |
| YUV | 53.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 15 | 0.71 | 0 | 0.81 | 0.70 | 113.23 | 0.67 | 0.18 |
| Hex | 16 | 4D | F | 47 | 0 | 51 | 46 | 71 | 43 | 12 |
| Octal | 26 | 115 | 17 | 107 | 0 | 121 | 106 | 161 | 103 | 22 |
| Binary | 10110 | 1001101 | 1111 | 1000111 | 0 | 1010001 | 1000110 | 1110001 | 1000011 | 10010 |
Color Harmonies of #164D0F
Complementary color
Monochromatic Colors of #164D0F
Black with #164D0F
Text Example
Text Example
White with #164D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D0F; }
p { color: rgb(22,77,15); }
H1.HeaderClassName
{
color: #164D0F;
}
.AnyTagClassName
{
color: #164D0F;
}
</style>
background-color css
<style>
a { background-color: #164D0F; }
a { background-color: rgb(22,77,15); }
div.DivClassName
{
background-color: #164D0F;
}
.BgClassName
{
background-color: #164D0F;
}
</style>
border-color css
<style>
span { border-color: #164D0F; }
span { border-color: rgb(22,77,15); }
td.TdClassName
{
border-color: #164D0F;
}
.TagClassName
{
border-color: #164D0F;
}
</style>