Shades of Myrtle #165C04
Tints of Myrtle #165C04
RGB
CMYK
RGB Variations
Color information
#165C04 (or 0x165C04) is known color: Myrtle. HEX triplet: 16, 5C and 04. RGB value is (22,92,4). Sum of RGB (Red+Green+Blue) = 22+92+4=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #165C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165C04 is #E9A3FB. Grayscale: #3D3D3D. Windows color (decimal): -15311868 or 285718. OLE color: 285718.
HSL color Cylindrical-coordinate representation of color #165C04: hue angle of 107.73º 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 #165C04 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 4 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.64 |
| HSL | 107.73º | 0.92% | 0.19% | - |
| HSV(B) | 107.73º | 0.96% | 0.36% | - |
| XYZ | 4.18 | 7.83 | 1.41 | - |
| YUV | 61.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 4 | 0.76 | 0 | 0.96 | 0.64 | 107.73 | 0.92 | 0.19 |
| Hex | 16 | 5C | 4 | 4C | 0 | 60 | 40 | 6C | 5C | 13 |
| Octal | 26 | 134 | 4 | 114 | 0 | 140 | 100 | 154 | 134 | 23 |
| Binary | 10110 | 1011100 | 100 | 1001100 | 0 | 1100000 | 1000000 | 1101100 | 1011100 | 10011 |
Color Harmonies of #165C04
Complementary color
Monochromatic Colors of #165C04
Black with #165C04
Text Example
Text Example
White with #165C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C04; }
p { color: rgb(22,92,4); }
H1.HeaderClassName
{
color: #165C04;
}
.AnyTagClassName
{
color: #165C04;
}
</style>
background-color css
<style>
a { background-color: #165C04; }
a { background-color: rgb(22,92,4); }
div.DivClassName
{
background-color: #165C04;
}
.BgClassName
{
background-color: #165C04;
}
</style>
border-color css
<style>
span { border-color: #165C04; }
span { border-color: rgb(22,92,4); }
td.TdClassName
{
border-color: #165C04;
}
.TagClassName
{
border-color: #165C04;
}
</style>