Shades of Myrtle #1C5110
Tints of Myrtle #1C5110
RGB
CMYK
RGB Variations
Color information
#1C5110 (or 0x1C5110) is known color: Myrtle. HEX triplet: 1C, 51 and 10. RGB value is (28,81,16). Sum of RGB (Red+Green+Blue) = 28+81+16=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5110 is #E3AEEF. Grayscale: #393939. Windows color (decimal): -14921456 or 1069340. OLE color: 1069340.
HSL color Cylindrical-coordinate representation of color #1C5110: hue angle of 108.92º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C5110 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 16 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.68 |
| HSL | 108.92º | 0.67% | 0.19% | - |
| HSV(B) | 108.92º | 0.8% | 0.32% | - |
| XYZ | 3.51 | 6.17 | 1.5 | - |
| YUV | 57.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 16 | 0.65 | 0 | 0.80 | 0.68 | 108.92 | 0.67 | 0.19 |
| Hex | 1C | 51 | 10 | 41 | 0 | 50 | 44 | 6D | 43 | 13 |
| Octal | 34 | 121 | 20 | 101 | 0 | 120 | 104 | 155 | 103 | 23 |
| Binary | 11100 | 1010001 | 10000 | 1000001 | 0 | 1010000 | 1000100 | 1101101 | 1000011 | 10011 |
Color Harmonies of #1C5110
Complementary color
Monochromatic Colors of #1C5110
Black with #1C5110
Text Example
Text Example
White with #1C5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5110; }
p { color: rgb(28,81,16); }
H1.HeaderClassName
{
color: #1C5110;
}
.AnyTagClassName
{
color: #1C5110;
}
</style>
background-color css
<style>
a { background-color: #1C5110; }
a { background-color: rgb(28,81,16); }
div.DivClassName
{
background-color: #1C5110;
}
.BgClassName
{
background-color: #1C5110;
}
</style>
border-color css
<style>
span { border-color: #1C5110; }
span { border-color: rgb(28,81,16); }
td.TdClassName
{
border-color: #1C5110;
}
.TagClassName
{
border-color: #1C5110;
}
</style>