Shades of Myrtle #1C4A20
Tints of Myrtle #1C4A20
RGB
CMYK
RGB Variations
Color information
#1C4A20 (or 0x1C4A20) is known color: Myrtle. HEX triplet: 1C, 4A and 20. RGB value is (28,74,32). Sum of RGB (Red+Green+Blue) = 28+74+32=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A20 is #E3B5DF. Grayscale: #373737. Windows color (decimal): -14923232 or 2116124. OLE color: 2116124.
HSL color Cylindrical-coordinate representation of color #1C4A20: hue angle of 125.22º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A20 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 74 | 32 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.71 |
| HSL | 125.22º | 0.45% | 0.2% | - |
| HSV(B) | 125.22º | 0.62% | 0.29% | - |
| XYZ | 3.19 | 5.25 | 2.21 | - |
| YUV | 55.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 74 | 32 | 0.62 | 0 | 0.57 | 0.71 | 125.22 | 0.45 | 0.2 |
| Hex | 1C | 4A | 20 | 3E | 0 | 39 | 47 | 7D | 2D | 14 |
| Octal | 34 | 112 | 40 | 76 | 0 | 71 | 107 | 175 | 55 | 24 |
| Binary | 11100 | 1001010 | 100000 | 111110 | 0 | 111001 | 1000111 | 1111101 | 101101 | 10100 |
Color Harmonies of #1C4A20
Complementary color
Monochromatic Colors of #1C4A20
Black with #1C4A20
Text Example
Text Example
White with #1C4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4A20; }
p { color: rgb(28,74,32); }
H1.HeaderClassName
{
color: #1C4A20;
}
.AnyTagClassName
{
color: #1C4A20;
}
</style>
background-color css
<style>
a { background-color: #1C4A20; }
a { background-color: rgb(28,74,32); }
div.DivClassName
{
background-color: #1C4A20;
}
.BgClassName
{
background-color: #1C4A20;
}
</style>
border-color css
<style>
span { border-color: #1C4A20; }
span { border-color: rgb(28,74,32); }
td.TdClassName
{
border-color: #1C4A20;
}
.TagClassName
{
border-color: #1C4A20;
}
</style>