Shades of Myrtle #165412
Tints of Myrtle #165412
RGB
CMYK
RGB Variations
Color information
#165412 (or 0x165412) is known color: Myrtle. HEX triplet: 16, 54 and 12. RGB value is (22,84,18). Sum of RGB (Red+Green+Blue) = 22+84+18=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #165412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165412 is #E9ABED. Grayscale: #3A3A3A. Windows color (decimal): -15313902 or 1201174. OLE color: 1201174.
HSL color Cylindrical-coordinate representation of color #165412: hue angle of 116.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165412 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 18 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.67 |
| HSL | 116.36º | 0.65% | 0.2% | - |
| HSV(B) | 116.36º | 0.79% | 0.33% | - |
| XYZ | 3.61 | 6.55 | 1.65 | - |
| YUV | 57.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 18 | 0.74 | 0 | 0.79 | 0.67 | 116.36 | 0.65 | 0.2 |
| Hex | 16 | 54 | 12 | 4A | 0 | 4F | 43 | 74 | 41 | 14 |
| Octal | 26 | 124 | 22 | 112 | 0 | 117 | 103 | 164 | 101 | 24 |
| Binary | 10110 | 1010100 | 10010 | 1001010 | 0 | 1001111 | 1000011 | 1110100 | 1000001 | 10100 |
Color Harmonies of #165412
Complementary color
Monochromatic Colors of #165412
Black with #165412
Text Example
Text Example
White with #165412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165412; }
p { color: rgb(22,84,18); }
H1.HeaderClassName
{
color: #165412;
}
.AnyTagClassName
{
color: #165412;
}
</style>
background-color css
<style>
a { background-color: #165412; }
a { background-color: rgb(22,84,18); }
div.DivClassName
{
background-color: #165412;
}
.BgClassName
{
background-color: #165412;
}
</style>
border-color css
<style>
span { border-color: #165412; }
span { border-color: rgb(22,84,18); }
td.TdClassName
{
border-color: #165412;
}
.TagClassName
{
border-color: #165412;
}
</style>