Shades of Myrtle #1C4520
Tints of Myrtle #1C4520
RGB
CMYK
RGB Variations
Color information
#1C4520 (or 0x1C4520) is known color: Myrtle. HEX triplet: 1C, 45 and 20. RGB value is (28,69,32). Sum of RGB (Red+Green+Blue) = 28+69+32=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #1C4520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4520 is #E3BADF. Grayscale: #343434. Windows color (decimal): -14924512 or 2114844. OLE color: 2114844.
HSL color Cylindrical-coordinate representation of color #1C4520: hue angle of 125.85º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C4520 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 69 | 32 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.73 |
| HSL | 125.85º | 0.42% | 0.19% | - |
| HSV(B) | 125.85º | 0.59% | 0.27% | - |
| XYZ | 2.87 | 4.61 | 2.1 | - |
| YUV | 52.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 32 | 0.59 | 0 | 0.54 | 0.73 | 125.85 | 0.42 | 0.19 |
| Hex | 1C | 45 | 20 | 3B | 0 | 36 | 49 | 7E | 2A | 13 |
| Octal | 34 | 105 | 40 | 73 | 0 | 66 | 111 | 176 | 52 | 23 |
| Binary | 11100 | 1000101 | 100000 | 111011 | 0 | 110110 | 1001001 | 1111110 | 101010 | 10011 |
Color Harmonies of #1C4520
Complementary color
Monochromatic Colors of #1C4520
Black with #1C4520
Text Example
Text Example
White with #1C4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4520; }
p { color: rgb(28,69,32); }
H1.HeaderClassName
{
color: #1C4520;
}
.AnyTagClassName
{
color: #1C4520;
}
</style>
background-color css
<style>
a { background-color: #1C4520; }
a { background-color: rgb(28,69,32); }
div.DivClassName
{
background-color: #1C4520;
}
.BgClassName
{
background-color: #1C4520;
}
</style>
border-color css
<style>
span { border-color: #1C4520; }
span { border-color: rgb(28,69,32); }
td.TdClassName
{
border-color: #1C4520;
}
.TagClassName
{
border-color: #1C4520;
}
</style>