Shades of Myrtle #165103
Tints of Myrtle #165103
RGB
CMYK
RGB Variations
Color information
#165103 (or 0x165103) is known color: Myrtle. HEX triplet: 16, 51 and 03. RGB value is (22,81,3). Sum of RGB (Red+Green+Blue) = 22+81+3=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 81 (32.03% from 255 or 76.42% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 81 - color contains mainly: green. Hex color #165103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165103 is #E9AEFC. Grayscale: #363636. Windows color (decimal): -15314685 or 217366. OLE color: 217366.
HSL color Cylindrical-coordinate representation of color #165103: hue angle of 105.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #165103 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 3 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.68 |
| HSL | 105.38º | 0.93% | 0.16% | - |
| HSV(B) | 105.38º | 0.96% | 0.32% | - |
| XYZ | 3.29 | 6.06 | 1.08 | - |
| YUV | 54.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 3 | 0.73 | 0 | 0.96 | 0.68 | 105.38 | 0.93 | 0.16 |
| Hex | 16 | 51 | 3 | 49 | 0 | 60 | 44 | 69 | 5D | 10 |
| Octal | 26 | 121 | 3 | 111 | 0 | 140 | 104 | 151 | 135 | 20 |
| Binary | 10110 | 1010001 | 11 | 1001001 | 0 | 1100000 | 1000100 | 1101001 | 1011101 | 10000 |
Color Harmonies of #165103
Complementary color
Monochromatic Colors of #165103
Black with #165103
Text Example
Text Example
White with #165103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165103; }
p { color: rgb(22,81,3); }
H1.HeaderClassName
{
color: #165103;
}
.AnyTagClassName
{
color: #165103;
}
</style>
background-color css
<style>
a { background-color: #165103; }
a { background-color: rgb(22,81,3); }
div.DivClassName
{
background-color: #165103;
}
.BgClassName
{
background-color: #165103;
}
</style>
border-color css
<style>
span { border-color: #165103; }
span { border-color: rgb(22,81,3); }
td.TdClassName
{
border-color: #165103;
}
.TagClassName
{
border-color: #165103;
}
</style>