Shades of Myrtle #1C580D
Tints of Myrtle #1C580D
RGB
CMYK
RGB Variations
Color information
#1C580D (or 0x1C580D) is known color: Myrtle. HEX triplet: 1C, 58 and 0D. RGB value is (28,88,13). Sum of RGB (Red+Green+Blue) = 28+88+13=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #1C580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C580D is #E3A7F2. Grayscale: #3D3D3D. Windows color (decimal): -14919667 or 874524. OLE color: 874524.
HSL color Cylindrical-coordinate representation of color #1C580D: hue angle of 108º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C580D is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 13 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.65 |
| HSL | 108º | 0.74% | 0.2% | - |
| HSV(B) | 108º | 0.85% | 0.35% | - |
| XYZ | 4.04 | 7.26 | 1.57 | - |
| YUV | 61.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 13 | 0.68 | 0 | 0.85 | 0.65 | 108 | 0.74 | 0.2 |
| Hex | 1C | 58 | D | 44 | 0 | 55 | 41 | 6C | 4A | 14 |
| Octal | 34 | 130 | 15 | 104 | 0 | 125 | 101 | 154 | 112 | 24 |
| Binary | 11100 | 1011000 | 1101 | 1000100 | 0 | 1010101 | 1000001 | 1101100 | 1001010 | 10100 |
Color Harmonies of #1C580D
Complementary color
Monochromatic Colors of #1C580D
Black with #1C580D
Text Example
Text Example
White with #1C580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C580D; }
p { color: rgb(28,88,13); }
H1.HeaderClassName
{
color: #1C580D;
}
.AnyTagClassName
{
color: #1C580D;
}
</style>
background-color css
<style>
a { background-color: #1C580D; }
a { background-color: rgb(28,88,13); }
div.DivClassName
{
background-color: #1C580D;
}
.BgClassName
{
background-color: #1C580D;
}
</style>
border-color css
<style>
span { border-color: #1C580D; }
span { border-color: rgb(28,88,13); }
td.TdClassName
{
border-color: #1C580D;
}
.TagClassName
{
border-color: #1C580D;
}
</style>