Shades of Myrtle #165D04
Tints of Myrtle #165D04
RGB
CMYK
RGB Variations
Color information
#165D04 (or 0x165D04) is known color: Myrtle. HEX triplet: 16, 5D and 04. RGB value is (22,93,4). Sum of RGB (Red+Green+Blue) = 22+93+4=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #165D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D04 is #E9A2FB. Grayscale: #3D3D3D. Windows color (decimal): -15311612 or 285974. OLE color: 285974.
HSL color Cylindrical-coordinate representation of color #165D04: hue angle of 107.87º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #165D04 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 4 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.64 |
| HSL | 107.87º | 0.92% | 0.19% | - |
| HSV(B) | 107.87º | 0.96% | 0.36% | - |
| XYZ | 4.27 | 8.01 | 1.44 | - |
| YUV | 61.63 | 95.48 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 4 | 0.76 | 0 | 0.96 | 0.64 | 107.87 | 0.92 | 0.19 |
| Hex | 16 | 5D | 4 | 4C | 0 | 60 | 40 | 6C | 5C | 13 |
| Octal | 26 | 135 | 4 | 114 | 0 | 140 | 100 | 154 | 134 | 23 |
| Binary | 10110 | 1011101 | 100 | 1001100 | 0 | 1100000 | 1000000 | 1101100 | 1011100 | 10011 |
Color Harmonies of #165D04
Complementary color
Monochromatic Colors of #165D04
Black with #165D04
Text Example
Text Example
White with #165D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D04; }
p { color: rgb(22,93,4); }
H1.HeaderClassName
{
color: #165D04;
}
.AnyTagClassName
{
color: #165D04;
}
</style>
background-color css
<style>
a { background-color: #165D04; }
a { background-color: rgb(22,93,4); }
div.DivClassName
{
background-color: #165D04;
}
.BgClassName
{
background-color: #165D04;
}
</style>
border-color css
<style>
span { border-color: #165D04; }
span { border-color: rgb(22,93,4); }
td.TdClassName
{
border-color: #165D04;
}
.TagClassName
{
border-color: #165D04;
}
</style>