Shades of Myrtle #1C5721
Tints of Myrtle #1C5721
RGB
CMYK
RGB Variations
Color information
#1C5721 (or 0x1C5721) is known color: Myrtle. HEX triplet: 1C, 57 and 21. RGB value is (28,87,33). Sum of RGB (Red+Green+Blue) = 28+87+33=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #1C5721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5721 is #E3A8DE. Grayscale: #3F3F3F. Windows color (decimal): -14919903 or 2184988. OLE color: 2184988.
HSL color Cylindrical-coordinate representation of color #1C5721: hue angle of 125.08º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5721 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 87 | 33 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.66 |
| HSL | 125.08º | 0.51% | 0.23% | - |
| HSV(B) | 125.08º | 0.68% | 0.34% | - |
| XYZ | 4.16 | 7.17 | 2.6 | - |
| YUV | 63.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 33 | 0.68 | 0 | 0.62 | 0.66 | 125.08 | 0.51 | 0.23 |
| Hex | 1C | 57 | 21 | 44 | 0 | 3E | 42 | 7D | 33 | 17 |
| Octal | 34 | 127 | 41 | 104 | 0 | 76 | 102 | 175 | 63 | 27 |
| Binary | 11100 | 1010111 | 100001 | 1000100 | 0 | 111110 | 1000010 | 1111101 | 110011 | 10111 |
Color Harmonies of #1C5721
Complementary color
Monochromatic Colors of #1C5721
Black with #1C5721
Text Example
Text Example
White with #1C5721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5721; }
p { color: rgb(28,87,33); }
H1.HeaderClassName
{
color: #1C5721;
}
.AnyTagClassName
{
color: #1C5721;
}
</style>
background-color css
<style>
a { background-color: #1C5721; }
a { background-color: rgb(28,87,33); }
div.DivClassName
{
background-color: #1C5721;
}
.BgClassName
{
background-color: #1C5721;
}
</style>
border-color css
<style>
span { border-color: #1C5721; }
span { border-color: rgb(28,87,33); }
td.TdClassName
{
border-color: #1C5721;
}
.TagClassName
{
border-color: #1C5721;
}
</style>