Shades of Myrtle #1C4613
Tints of Myrtle #1C4613
RGB
CMYK
RGB Variations
Color information
#1C4613 (or 0x1C4613) is known color: Myrtle. HEX triplet: 1C, 46 and 13. RGB value is (28,70,19). Sum of RGB (Red+Green+Blue) = 28+70+19=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #1C4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4613 is #E3B9EC. Grayscale: #333333. Windows color (decimal): -14924269 or 1263132. OLE color: 1263132.
HSL color Cylindrical-coordinate representation of color #1C4613: hue angle of 109.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4613 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 70 | 19 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.73 |
| HSL | 109.41º | 0.57% | 0.17% | - |
| HSV(B) | 109.41º | 0.73% | 0.27% | - |
| XYZ | 2.79 | 4.67 | 1.37 | - |
| YUV | 51.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 19 | 0.60 | 0 | 0.73 | 0.73 | 109.41 | 0.57 | 0.17 |
| Hex | 1C | 46 | 13 | 3C | 0 | 49 | 49 | 6D | 39 | 11 |
| Octal | 34 | 106 | 23 | 74 | 0 | 111 | 111 | 155 | 71 | 21 |
| Binary | 11100 | 1000110 | 10011 | 111100 | 0 | 1001001 | 1001001 | 1101101 | 111001 | 10001 |
Color Harmonies of #1C4613
Complementary color
Monochromatic Colors of #1C4613
Black with #1C4613
Text Example
Text Example
White with #1C4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4613; }
p { color: rgb(28,70,19); }
H1.HeaderClassName
{
color: #1C4613;
}
.AnyTagClassName
{
color: #1C4613;
}
</style>
background-color css
<style>
a { background-color: #1C4613; }
a { background-color: rgb(28,70,19); }
div.DivClassName
{
background-color: #1C4613;
}
.BgClassName
{
background-color: #1C4613;
}
</style>
border-color css
<style>
span { border-color: #1C4613; }
span { border-color: rgb(28,70,19); }
td.TdClassName
{
border-color: #1C4613;
}
.TagClassName
{
border-color: #1C4613;
}
</style>