Shades of Myrtle #1C501E
Tints of Myrtle #1C501E
RGB
CMYK
RGB Variations
Color information
#1C501E (or 0x1C501E) is known color: Myrtle. HEX triplet: 1C, 50 and 1E. RGB value is (28,80,30). Sum of RGB (Red+Green+Blue) = 28+80+30=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #1C501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C501E is #E3AFE1. Grayscale: #3A3A3A. Windows color (decimal): -14921698 or 1986588. OLE color: 1986588.
HSL color Cylindrical-coordinate representation of color #1C501E: hue angle of 122.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C501E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 80 | 30 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.69 |
| HSL | 122.31º | 0.48% | 0.21% | - |
| HSV(B) | 122.31º | 0.65% | 0.31% | - |
| XYZ | 3.58 | 6.08 | 2.21 | - |
| YUV | 58.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 30 | 0.65 | 0 | 0.62 | 0.69 | 122.31 | 0.48 | 0.21 |
| Hex | 1C | 50 | 1E | 41 | 0 | 3E | 45 | 7A | 30 | 15 |
| Octal | 34 | 120 | 36 | 101 | 0 | 76 | 105 | 172 | 60 | 25 |
| Binary | 11100 | 1010000 | 11110 | 1000001 | 0 | 111110 | 1000101 | 1111010 | 110000 | 10101 |
Color Harmonies of #1C501E
Complementary color
Monochromatic Colors of #1C501E
Black with #1C501E
Text Example
Text Example
White with #1C501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C501E; }
p { color: rgb(28,80,30); }
H1.HeaderClassName
{
color: #1C501E;
}
.AnyTagClassName
{
color: #1C501E;
}
</style>
background-color css
<style>
a { background-color: #1C501E; }
a { background-color: rgb(28,80,30); }
div.DivClassName
{
background-color: #1C501E;
}
.BgClassName
{
background-color: #1C501E;
}
</style>
border-color css
<style>
span { border-color: #1C501E; }
span { border-color: rgb(28,80,30); }
td.TdClassName
{
border-color: #1C501E;
}
.TagClassName
{
border-color: #1C501E;
}
</style>