Shades of Myrtle #1C4A13
Tints of Myrtle #1C4A13
RGB
CMYK
RGB Variations
Color information
#1C4A13 (or 0x1C4A13) is known color: Myrtle. HEX triplet: 1C, 4A and 13. RGB value is (28,74,19). Sum of RGB (Red+Green+Blue) = 28+74+19=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4A13 is #E3B5EC. Grayscale: #363636. Windows color (decimal): -14923245 or 1264156. OLE color: 1264156.
HSL color Cylindrical-coordinate representation of color #1C4A13: hue angle of 110.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C4A13 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 19 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.71 |
| HSL | 110.18º | 0.59% | 0.18% | - |
| HSV(B) | 110.18º | 0.74% | 0.29% | - |
| XYZ | 3.05 | 5.19 | 1.46 | - |
| YUV | 53.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 19 | 0.62 | 0 | 0.74 | 0.71 | 110.18 | 0.59 | 0.18 |
| Hex | 1C | 4A | 13 | 3E | 0 | 4A | 47 | 6E | 3B | 12 |
| Octal | 34 | 112 | 23 | 76 | 0 | 112 | 107 | 156 | 73 | 22 |
| Binary | 11100 | 1001010 | 10011 | 111110 | 0 | 1001010 | 1000111 | 1101110 | 111011 | 10010 |
Color Harmonies of #1C4A13
Complementary color
Monochromatic Colors of #1C4A13
Black with #1C4A13
Text Example
Text Example
White with #1C4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A13; }
p { color: rgb(28,74,19); }
H1.HeaderClassName
{
color: #1C4A13;
}
.AnyTagClassName
{
color: #1C4A13;
}
</style>
background-color css
<style>
a { background-color: #1C4A13; }
a { background-color: rgb(28,74,19); }
div.DivClassName
{
background-color: #1C4A13;
}
.BgClassName
{
background-color: #1C4A13;
}
</style>
border-color css
<style>
span { border-color: #1C4A13; }
span { border-color: rgb(28,74,19); }
td.TdClassName
{
border-color: #1C4A13;
}
.TagClassName
{
border-color: #1C4A13;
}
</style>