Shades of Myrtle #1C580C
Tints of Myrtle #1C580C
RGB
CMYK
RGB Variations
Color information
#1C580C (or 0x1C580C) is known color: Myrtle. HEX triplet: 1C, 58 and 0C. RGB value is (28,88,12). Sum of RGB (Red+Green+Blue) = 28+88+12=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #1C580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C580C is #E3A7F3. Grayscale: #3D3D3D. Windows color (decimal): -14919668 or 808988. OLE color: 808988.
HSL color Cylindrical-coordinate representation of color #1C580C: hue angle of 107.37º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C580C is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 12 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.65 |
| HSL | 107.37º | 0.76% | 0.2% | - |
| HSV(B) | 107.37º | 0.86% | 0.35% | - |
| XYZ | 4.03 | 7.25 | 1.54 | - |
| YUV | 61.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 12 | 0.68 | 0 | 0.86 | 0.65 | 107.37 | 0.76 | 0.2 |
| Hex | 1C | 58 | C | 44 | 0 | 56 | 41 | 6B | 4C | 14 |
| Octal | 34 | 130 | 14 | 104 | 0 | 126 | 101 | 153 | 114 | 24 |
| Binary | 11100 | 1011000 | 1100 | 1000100 | 0 | 1010110 | 1000001 | 1101011 | 1001100 | 10100 |
Color Harmonies of #1C580C
Complementary color
Monochromatic Colors of #1C580C
Black with #1C580C
Text Example
Text Example
White with #1C580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C580C; }
p { color: rgb(28,88,12); }
H1.HeaderClassName
{
color: #1C580C;
}
.AnyTagClassName
{
color: #1C580C;
}
</style>
background-color css
<style>
a { background-color: #1C580C; }
a { background-color: rgb(28,88,12); }
div.DivClassName
{
background-color: #1C580C;
}
.BgClassName
{
background-color: #1C580C;
}
</style>
border-color css
<style>
span { border-color: #1C580C; }
span { border-color: rgb(28,88,12); }
td.TdClassName
{
border-color: #1C580C;
}
.TagClassName
{
border-color: #1C580C;
}
</style>