Shades of Myrtle #165005
Tints of Myrtle #165005
RGB
CMYK
RGB Variations
Color information
#165005 (or 0x165005) is known color: Myrtle. HEX triplet: 16, 50 and 05. RGB value is (22,80,5). Sum of RGB (Red+Green+Blue) = 22+80+5=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #165005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165005 is #E9AFFA. Grayscale: #363636. Windows color (decimal): -15314939 or 348182. OLE color: 348182.
HSL color Cylindrical-coordinate representation of color #165005: hue angle of 106.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #165005 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 5 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.69 |
| HSL | 106.4º | 0.88% | 0.17% | - |
| HSV(B) | 106.4º | 0.94% | 0.31% | - |
| XYZ | 3.23 | 5.92 | 1.12 | - |
| YUV | 54.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 5 | 0.72 | 0 | 0.94 | 0.69 | 106.4 | 0.88 | 0.17 |
| Hex | 16 | 50 | 5 | 48 | 0 | 5E | 45 | 6A | 58 | 11 |
| Octal | 26 | 120 | 5 | 110 | 0 | 136 | 105 | 152 | 130 | 21 |
| Binary | 10110 | 1010000 | 101 | 1001000 | 0 | 1011110 | 1000101 | 1101010 | 1011000 | 10001 |
Color Harmonies of #165005
Complementary color
Monochromatic Colors of #165005
Black with #165005
Text Example
Text Example
White with #165005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165005; }
p { color: rgb(22,80,5); }
H1.HeaderClassName
{
color: #165005;
}
.AnyTagClassName
{
color: #165005;
}
</style>
background-color css
<style>
a { background-color: #165005; }
a { background-color: rgb(22,80,5); }
div.DivClassName
{
background-color: #165005;
}
.BgClassName
{
background-color: #165005;
}
</style>
border-color css
<style>
span { border-color: #165005; }
span { border-color: rgb(22,80,5); }
td.TdClassName
{
border-color: #165005;
}
.TagClassName
{
border-color: #165005;
}
</style>