Shades of Myrtle #1C5113
Tints of Myrtle #1C5113
RGB
CMYK
RGB Variations
Color information
#1C5113 (or 0x1C5113) is known color: Myrtle. HEX triplet: 1C, 51 and 13. RGB value is (28,81,19). Sum of RGB (Red+Green+Blue) = 28+81+19=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5113 is #E3AEEC. Grayscale: #3A3A3A. Windows color (decimal): -14921453 or 1265948. OLE color: 1265948.
HSL color Cylindrical-coordinate representation of color #1C5113: hue angle of 111.29º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C5113 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 19 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.68 |
| HSL | 111.29º | 0.62% | 0.2% | - |
| HSV(B) | 111.29º | 0.77% | 0.32% | - |
| XYZ | 3.54 | 6.18 | 1.62 | - |
| YUV | 58.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 19 | 0.65 | 0 | 0.77 | 0.68 | 111.29 | 0.62 | 0.2 |
| Hex | 1C | 51 | 13 | 41 | 0 | 4D | 44 | 6F | 3E | 14 |
| Octal | 34 | 121 | 23 | 101 | 0 | 115 | 104 | 157 | 76 | 24 |
| Binary | 11100 | 1010001 | 10011 | 1000001 | 0 | 1001101 | 1000100 | 1101111 | 111110 | 10100 |
Color Harmonies of #1C5113
Complementary color
Monochromatic Colors of #1C5113
Black with #1C5113
Text Example
Text Example
White with #1C5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5113; }
p { color: rgb(28,81,19); }
H1.HeaderClassName
{
color: #1C5113;
}
.AnyTagClassName
{
color: #1C5113;
}
</style>
background-color css
<style>
a { background-color: #1C5113; }
a { background-color: rgb(28,81,19); }
div.DivClassName
{
background-color: #1C5113;
}
.BgClassName
{
background-color: #1C5113;
}
</style>
border-color css
<style>
span { border-color: #1C5113; }
span { border-color: rgb(28,81,19); }
td.TdClassName
{
border-color: #1C5113;
}
.TagClassName
{
border-color: #1C5113;
}
</style>