Shades of Myrtle #165503
Tints of Myrtle #165503
RGB
CMYK
RGB Variations
Color information
#165503 (or 0x165503) is known color: Myrtle. HEX triplet: 16, 55 and 03. RGB value is (22,85,3). Sum of RGB (Red+Green+Blue) = 22+85+3=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #165503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165503 is #E9AAFC. Grayscale: #393939. Windows color (decimal): -15313661 or 218390. OLE color: 218390.
HSL color Cylindrical-coordinate representation of color #165503: hue angle of 106.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #165503 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 3 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.67 |
| HSL | 106.1º | 0.93% | 0.17% | - |
| HSV(B) | 106.1º | 0.96% | 0.33% | - |
| XYZ | 3.6 | 6.67 | 1.18 | - |
| YUV | 56.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 3 | 0.74 | 0 | 0.96 | 0.67 | 106.1 | 0.93 | 0.17 |
| Hex | 16 | 55 | 3 | 4A | 0 | 60 | 43 | 6A | 5D | 11 |
| Octal | 26 | 125 | 3 | 112 | 0 | 140 | 103 | 152 | 135 | 21 |
| Binary | 10110 | 1010101 | 11 | 1001010 | 0 | 1100000 | 1000011 | 1101010 | 1011101 | 10001 |
Color Harmonies of #165503
Complementary color
Monochromatic Colors of #165503
Black with #165503
Text Example
Text Example
White with #165503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165503; }
p { color: rgb(22,85,3); }
H1.HeaderClassName
{
color: #165503;
}
.AnyTagClassName
{
color: #165503;
}
</style>
background-color css
<style>
a { background-color: #165503; }
a { background-color: rgb(22,85,3); }
div.DivClassName
{
background-color: #165503;
}
.BgClassName
{
background-color: #165503;
}
</style>
border-color css
<style>
span { border-color: #165503; }
span { border-color: rgb(22,85,3); }
td.TdClassName
{
border-color: #165503;
}
.TagClassName
{
border-color: #165503;
}
</style>