Shades of Myrtle #1C5517
Tints of Myrtle #1C5517
RGB
CMYK
RGB Variations
Color information
#1C5517 (or 0x1C5517) is known color: Myrtle. HEX triplet: 1C, 55 and 17. RGB value is (28,85,23). Sum of RGB (Red+Green+Blue) = 28+85+23=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5517 is #E3AAE8. Grayscale: #3D3D3D. Windows color (decimal): -14920425 or 1529116. OLE color: 1529116.
HSL color Cylindrical-coordinate representation of color #1C5517: hue angle of 115.16º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5517 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 85 | 23 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.67 |
| HSL | 115.16º | 0.57% | 0.21% | - |
| HSV(B) | 115.16º | 0.73% | 0.33% | - |
| XYZ | 3.88 | 6.81 | 1.92 | - |
| YUV | 60.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 23 | 0.67 | 0 | 0.73 | 0.67 | 115.16 | 0.57 | 0.21 |
| Hex | 1C | 55 | 17 | 43 | 0 | 49 | 43 | 73 | 39 | 15 |
| Octal | 34 | 125 | 27 | 103 | 0 | 111 | 103 | 163 | 71 | 25 |
| Binary | 11100 | 1010101 | 10111 | 1000011 | 0 | 1001001 | 1000011 | 1110011 | 111001 | 10101 |
Color Harmonies of #1C5517
Complementary color
Monochromatic Colors of #1C5517
Black with #1C5517
Text Example
Text Example
White with #1C5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5517; }
p { color: rgb(28,85,23); }
H1.HeaderClassName
{
color: #1C5517;
}
.AnyTagClassName
{
color: #1C5517;
}
</style>
background-color css
<style>
a { background-color: #1C5517; }
a { background-color: rgb(28,85,23); }
div.DivClassName
{
background-color: #1C5517;
}
.BgClassName
{
background-color: #1C5517;
}
</style>
border-color css
<style>
span { border-color: #1C5517; }
span { border-color: rgb(28,85,23); }
td.TdClassName
{
border-color: #1C5517;
}
.TagClassName
{
border-color: #1C5517;
}
</style>