Shades of Myrtle #165812
Tints of Myrtle #165812
RGB
CMYK
RGB Variations
Color information
#165812 (or 0x165812) is known color: Myrtle. HEX triplet: 16, 58 and 12. RGB value is (22,88,18). Sum of RGB (Red+Green+Blue) = 22+88+18=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #165812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165812 is #E9A7ED. Grayscale: #3C3C3C. Windows color (decimal): -15312878 or 1202198. OLE color: 1202198.
HSL color Cylindrical-coordinate representation of color #165812: hue angle of 116.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165812 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 18 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.65 |
| HSL | 116.57º | 0.66% | 0.21% | - |
| HSV(B) | 116.57º | 0.8% | 0.35% | - |
| XYZ | 3.93 | 7.19 | 1.75 | - |
| YUV | 60.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 18 | 0.75 | 0 | 0.80 | 0.65 | 116.57 | 0.66 | 0.21 |
| Hex | 16 | 58 | 12 | 4B | 0 | 50 | 41 | 75 | 42 | 15 |
| Octal | 26 | 130 | 22 | 113 | 0 | 120 | 101 | 165 | 102 | 25 |
| Binary | 10110 | 1011000 | 10010 | 1001011 | 0 | 1010000 | 1000001 | 1110101 | 1000010 | 10101 |
Color Harmonies of #165812
Complementary color
Monochromatic Colors of #165812
Black with #165812
Text Example
Text Example
White with #165812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165812; }
p { color: rgb(22,88,18); }
H1.HeaderClassName
{
color: #165812;
}
.AnyTagClassName
{
color: #165812;
}
</style>
background-color css
<style>
a { background-color: #165812; }
a { background-color: rgb(22,88,18); }
div.DivClassName
{
background-color: #165812;
}
.BgClassName
{
background-color: #165812;
}
</style>
border-color css
<style>
span { border-color: #165812; }
span { border-color: rgb(22,88,18); }
td.TdClassName
{
border-color: #165812;
}
.TagClassName
{
border-color: #165812;
}
</style>