Shades of Myrtle #1C5116
Tints of Myrtle #1C5116
RGB
CMYK
RGB Variations
Color information
#1C5116 (or 0x1C5116) is known color: Myrtle. HEX triplet: 1C, 51 and 16. RGB value is (28,81,22). Sum of RGB (Red+Green+Blue) = 28+81+22=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5116 is #E3AEE9. Grayscale: #3A3A3A. Windows color (decimal): -14921450 or 1462556. OLE color: 1462556.
HSL color Cylindrical-coordinate representation of color #1C5116: hue angle of 113.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5116 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 22 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.68 |
| HSL | 113.9º | 0.57% | 0.2% | - |
| HSV(B) | 113.9º | 0.73% | 0.32% | - |
| XYZ | 3.57 | 6.19 | 1.77 | - |
| YUV | 58.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 22 | 0.65 | 0 | 0.73 | 0.68 | 113.9 | 0.57 | 0.2 |
| Hex | 1C | 51 | 16 | 41 | 0 | 49 | 44 | 72 | 39 | 14 |
| Octal | 34 | 121 | 26 | 101 | 0 | 111 | 104 | 162 | 71 | 24 |
| Binary | 11100 | 1010001 | 10110 | 1000001 | 0 | 1001001 | 1000100 | 1110010 | 111001 | 10100 |
Color Harmonies of #1C5116
Complementary color
Monochromatic Colors of #1C5116
Black with #1C5116
Text Example
Text Example
White with #1C5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5116; }
p { color: rgb(28,81,22); }
H1.HeaderClassName
{
color: #1C5116;
}
.AnyTagClassName
{
color: #1C5116;
}
</style>
background-color css
<style>
a { background-color: #1C5116; }
a { background-color: rgb(28,81,22); }
div.DivClassName
{
background-color: #1C5116;
}
.BgClassName
{
background-color: #1C5116;
}
</style>
border-color css
<style>
span { border-color: #1C5116; }
span { border-color: rgb(28,81,22); }
td.TdClassName
{
border-color: #1C5116;
}
.TagClassName
{
border-color: #1C5116;
}
</style>