Shades of Myrtle #165E1C
Tints of Myrtle #165E1C
RGB
CMYK
RGB Variations
Color information
#165E1C (or 0x165E1C) is known color: Myrtle. HEX triplet: 16, 5E and 1C. RGB value is (22,94,28). Sum of RGB (Red+Green+Blue) = 22+94+28=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 94 (37.11% from 255 or 65.28% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 94 - color contains mainly: green. Hex color #165E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E1C is #E9A1E3. Grayscale: #414141. Windows color (decimal): -15311332 or 1859094. OLE color: 1859094.
HSL color Cylindrical-coordinate representation of color #165E1C: hue angle of 125º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E1C is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 28 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.63 |
| HSL | 125º | 0.62% | 0.23% | - |
| HSV(B) | 125º | 0.77% | 0.37% | - |
| XYZ | 4.54 | 8.26 | 2.45 | - |
| YUV | 64.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 28 | 0.77 | 0 | 0.70 | 0.63 | 125 | 0.62 | 0.23 |
| Hex | 16 | 5E | 1C | 4D | 0 | 46 | 3F | 7D | 3E | 17 |
| Octal | 26 | 136 | 34 | 115 | 0 | 106 | 77 | 175 | 76 | 27 |
| Binary | 10110 | 1011110 | 11100 | 1001101 | 0 | 1000110 | 111111 | 1111101 | 111110 | 10111 |
Color Harmonies of #165E1C
Complementary color
Monochromatic Colors of #165E1C
Black with #165E1C
Text Example
Text Example
White with #165E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E1C; }
p { color: rgb(22,94,28); }
H1.HeaderClassName
{
color: #165E1C;
}
.AnyTagClassName
{
color: #165E1C;
}
</style>
background-color css
<style>
a { background-color: #165E1C; }
a { background-color: rgb(22,94,28); }
div.DivClassName
{
background-color: #165E1C;
}
.BgClassName
{
background-color: #165E1C;
}
</style>
border-color css
<style>
span { border-color: #165E1C; }
span { border-color: rgb(22,94,28); }
td.TdClassName
{
border-color: #165E1C;
}
.TagClassName
{
border-color: #165E1C;
}
</style>