Shades of Myrtle #1C5800
Tints of Myrtle #1C5800
RGB
CMYK
RGB Variations
Color information
#1C5800 (or 0x1C5800) is known color: Myrtle. HEX triplet: 1C, 58 and 00. RGB value is (28,88,0). Sum of RGB (Red+Green+Blue) = 28+88+0=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5800 is #E3A7FF. Grayscale: #3C3C3C. Windows color (decimal): -14919680 or 22556. OLE color: 22556.
HSL color Cylindrical-coordinate representation of color #1C5800: hue angle of 100.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C5800 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.65 |
| HSL | 100.91º | 1% | 0.17% | - |
| HSV(B) | 100.91º | 1% | 0.35% | - |
| XYZ | 3.97 | 7.23 | 1.19 | - |
| YUV | 60.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 0 | 0.68 | 0 | 1 | 0.65 | 100.91 | 1 | 0.17 |
| Hex | 1C | 58 | 0 | 44 | 0 | 64 | 41 | 65 | 64 | 11 |
| Octal | 34 | 130 | 0 | 104 | 0 | 144 | 101 | 145 | 144 | 21 |
| Binary | 11100 | 1011000 | 0 | 1000100 | 0 | 1100100 | 1000001 | 1100101 | 1100100 | 10001 |
Color Harmonies of #1C5800
Complementary color
Monochromatic Colors of #1C5800
Black with #1C5800
Text Example
Text Example
White with #1C5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5800; }
p { color: rgb(28,88,0); }
H1.HeaderClassName
{
color: #1C5800;
}
.AnyTagClassName
{
color: #1C5800;
}
</style>
background-color css
<style>
a { background-color: #1C5800; }
a { background-color: rgb(28,88,0); }
div.DivClassName
{
background-color: #1C5800;
}
.BgClassName
{
background-color: #1C5800;
}
</style>
border-color css
<style>
span { border-color: #1C5800; }
span { border-color: rgb(28,88,0); }
td.TdClassName
{
border-color: #1C5800;
}
.TagClassName
{
border-color: #1C5800;
}
</style>