Shades of Myrtle #165A1D
Tints of Myrtle #165A1D
RGB
CMYK
RGB Variations
Color information
#165A1D (or 0x165A1D) is known color: Myrtle. HEX triplet: 16, 5A and 1D. RGB value is (22,90,29). Sum of RGB (Red+Green+Blue) = 22+90+29=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #165A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A1D is #E9A5E2. Grayscale: #3E3E3E. Windows color (decimal): -15312355 or 1923606. OLE color: 1923606.
HSL color Cylindrical-coordinate representation of color #165A1D: hue angle of 126.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A1D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 29 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.65 |
| HSL | 126.18º | 0.61% | 0.22% | - |
| HSV(B) | 126.18º | 0.76% | 0.35% | - |
| XYZ | 4.21 | 7.57 | 2.4 | - |
| YUV | 62.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 29 | 0.76 | 0 | 0.68 | 0.65 | 126.18 | 0.61 | 0.22 |
| Hex | 16 | 5A | 1D | 4C | 0 | 44 | 41 | 7E | 3D | 16 |
| Octal | 26 | 132 | 35 | 114 | 0 | 104 | 101 | 176 | 75 | 26 |
| Binary | 10110 | 1011010 | 11101 | 1001100 | 0 | 1000100 | 1000001 | 1111110 | 111101 | 10110 |
Color Harmonies of #165A1D
Complementary color
Monochromatic Colors of #165A1D
Black with #165A1D
Text Example
Text Example
White with #165A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A1D; }
p { color: rgb(22,90,29); }
H1.HeaderClassName
{
color: #165A1D;
}
.AnyTagClassName
{
color: #165A1D;
}
</style>
background-color css
<style>
a { background-color: #165A1D; }
a { background-color: rgb(22,90,29); }
div.DivClassName
{
background-color: #165A1D;
}
.BgClassName
{
background-color: #165A1D;
}
</style>
border-color css
<style>
span { border-color: #165A1D; }
span { border-color: rgb(22,90,29); }
td.TdClassName
{
border-color: #165A1D;
}
.TagClassName
{
border-color: #165A1D;
}
</style>