Shades of Myrtle #1C531E
Tints of Myrtle #1C531E
RGB
CMYK
RGB Variations
Color information
#1C531E (or 0x1C531E) is known color: Myrtle. HEX triplet: 1C, 53 and 1E. RGB value is (28,83,30). Sum of RGB (Red+Green+Blue) = 28+83+30=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #1C531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C531E is #E3ACE1. Grayscale: #3C3C3C. Windows color (decimal): -14920930 or 1987356. OLE color: 1987356.
HSL color Cylindrical-coordinate representation of color #1C531E: hue angle of 122.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C531E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 30 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.67 |
| HSL | 122.18º | 0.5% | 0.22% | - |
| HSV(B) | 122.18º | 0.66% | 0.33% | - |
| XYZ | 3.81 | 6.53 | 2.29 | - |
| YUV | 60.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 30 | 0.66 | 0 | 0.64 | 0.67 | 122.18 | 0.5 | 0.22 |
| Hex | 1C | 53 | 1E | 42 | 0 | 40 | 43 | 7A | 32 | 16 |
| Octal | 34 | 123 | 36 | 102 | 0 | 100 | 103 | 172 | 62 | 26 |
| Binary | 11100 | 1010011 | 11110 | 1000010 | 0 | 1000000 | 1000011 | 1111010 | 110010 | 10110 |
Color Harmonies of #1C531E
Complementary color
Monochromatic Colors of #1C531E
Black with #1C531E
Text Example
Text Example
White with #1C531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C531E; }
p { color: rgb(28,83,30); }
H1.HeaderClassName
{
color: #1C531E;
}
.AnyTagClassName
{
color: #1C531E;
}
</style>
background-color css
<style>
a { background-color: #1C531E; }
a { background-color: rgb(28,83,30); }
div.DivClassName
{
background-color: #1C531E;
}
.BgClassName
{
background-color: #1C531E;
}
</style>
border-color css
<style>
span { border-color: #1C531E; }
span { border-color: rgb(28,83,30); }
td.TdClassName
{
border-color: #1C531E;
}
.TagClassName
{
border-color: #1C531E;
}
</style>