Shades of Myrtle #1C4220
Tints of Myrtle #1C4220
RGB
CMYK
RGB Variations
Color information
#1C4220 (or 0x1C4220) is known color: Myrtle. HEX triplet: 1C, 42 and 20. RGB value is (28,66,32). Sum of RGB (Red+Green+Blue) = 28+66+32=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4220 is #E3BDDF. Grayscale: #323232. Windows color (decimal): -14925280 or 2114076. OLE color: 2114076.
HSL color Cylindrical-coordinate representation of color #1C4220: hue angle of 126.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4220 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 66 | 32 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.74 |
| HSL | 126.32º | 0.4% | 0.18% | - |
| HSV(B) | 126.32º | 0.58% | 0.26% | - |
| XYZ | 2.69 | 4.25 | 2.04 | - |
| YUV | 50.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 32 | 0.58 | 0 | 0.52 | 0.74 | 126.32 | 0.4 | 0.18 |
| Hex | 1C | 42 | 20 | 3A | 0 | 34 | 4A | 7E | 28 | 12 |
| Octal | 34 | 102 | 40 | 72 | 0 | 64 | 112 | 176 | 50 | 22 |
| Binary | 11100 | 1000010 | 100000 | 111010 | 0 | 110100 | 1001010 | 1111110 | 101000 | 10010 |
Color Harmonies of #1C4220
Complementary color
Monochromatic Colors of #1C4220
Black with #1C4220
Text Example
Text Example
White with #1C4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4220; }
p { color: rgb(28,66,32); }
H1.HeaderClassName
{
color: #1C4220;
}
.AnyTagClassName
{
color: #1C4220;
}
</style>
background-color css
<style>
a { background-color: #1C4220; }
a { background-color: rgb(28,66,32); }
div.DivClassName
{
background-color: #1C4220;
}
.BgClassName
{
background-color: #1C4220;
}
</style>
border-color css
<style>
span { border-color: #1C4220; }
span { border-color: rgb(28,66,32); }
td.TdClassName
{
border-color: #1C4220;
}
.TagClassName
{
border-color: #1C4220;
}
</style>