Shades of Myrtle #1C5D09
Tints of Myrtle #1C5D09
RGB
CMYK
RGB Variations
Color information
#1C5D09 (or 0x1C5D09) is known color: Myrtle. HEX triplet: 1C, 5D and 09. RGB value is (28,93,9). Sum of RGB (Red+Green+Blue) = 28+93+9=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #1C5D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5D09 is #E3A2F6. Grayscale: #404040. Windows color (decimal): -14918391 or 613660. OLE color: 613660.
HSL color Cylindrical-coordinate representation of color #1C5D09: hue angle of 106.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C5D09 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 93 | 9 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.64 |
| HSL | 106.43º | 0.82% | 0.2% | - |
| HSV(B) | 106.43º | 0.9% | 0.36% | - |
| XYZ | 4.44 | 8.1 | 1.59 | - |
| YUV | 63.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 93 | 9 | 0.70 | 0 | 0.90 | 0.64 | 106.43 | 0.82 | 0.2 |
| Hex | 1C | 5D | 9 | 46 | 0 | 5A | 40 | 6A | 52 | 14 |
| Octal | 34 | 135 | 11 | 106 | 0 | 132 | 100 | 152 | 122 | 24 |
| Binary | 11100 | 1011101 | 1001 | 1000110 | 0 | 1011010 | 1000000 | 1101010 | 1010010 | 10100 |
Color Harmonies of #1C5D09
Complementary color
Monochromatic Colors of #1C5D09
Black with #1C5D09
Text Example
Text Example
White with #1C5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5D09; }
p { color: rgb(28,93,9); }
H1.HeaderClassName
{
color: #1C5D09;
}
.AnyTagClassName
{
color: #1C5D09;
}
</style>
background-color css
<style>
a { background-color: #1C5D09; }
a { background-color: rgb(28,93,9); }
div.DivClassName
{
background-color: #1C5D09;
}
.BgClassName
{
background-color: #1C5D09;
}
</style>
border-color css
<style>
span { border-color: #1C5D09; }
span { border-color: rgb(28,93,9); }
td.TdClassName
{
border-color: #1C5D09;
}
.TagClassName
{
border-color: #1C5D09;
}
</style>