Shades of Myrtle #165502
Tints of Myrtle #165502
RGB
CMYK
RGB Variations
Color information
#165502 (or 0x165502) is known color: Myrtle. HEX triplet: 16, 55 and 02. RGB value is (22,85,2). Sum of RGB (Red+Green+Blue) = 22+85+2=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #165502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165502 is #E9AAFD. Grayscale: #383838. Windows color (decimal): -15313662 or 152854. OLE color: 152854.
HSL color Cylindrical-coordinate representation of color #165502: hue angle of 105.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #165502 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 2 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.67 |
| HSL | 105.54º | 0.95% | 0.17% | - |
| HSV(B) | 105.54º | 0.98% | 0.33% | - |
| XYZ | 3.59 | 6.67 | 1.16 | - |
| YUV | 56.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 2 | 0.74 | 0 | 0.98 | 0.67 | 105.54 | 0.95 | 0.17 |
| Hex | 16 | 55 | 2 | 4A | 0 | 62 | 43 | 6A | 5F | 11 |
| Octal | 26 | 125 | 2 | 112 | 0 | 142 | 103 | 152 | 137 | 21 |
| Binary | 10110 | 1010101 | 10 | 1001010 | 0 | 1100010 | 1000011 | 1101010 | 1011111 | 10001 |
Color Harmonies of #165502
Complementary color
Monochromatic Colors of #165502
Black with #165502
Text Example
Text Example
White with #165502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165502; }
p { color: rgb(22,85,2); }
H1.HeaderClassName
{
color: #165502;
}
.AnyTagClassName
{
color: #165502;
}
</style>
background-color css
<style>
a { background-color: #165502; }
a { background-color: rgb(22,85,2); }
div.DivClassName
{
background-color: #165502;
}
.BgClassName
{
background-color: #165502;
}
</style>
border-color css
<style>
span { border-color: #165502; }
span { border-color: rgb(22,85,2); }
td.TdClassName
{
border-color: #165502;
}
.TagClassName
{
border-color: #165502;
}
</style>