Shades of Myrtle #1C5214
Tints of Myrtle #1C5214
RGB
CMYK
RGB Variations
Color information
#1C5214 (or 0x1C5214) is known color: Myrtle. HEX triplet: 1C, 52 and 14. RGB value is (28,82,20). Sum of RGB (Red+Green+Blue) = 28+82+20=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5214 is #E3ADEB. Grayscale: #3A3A3A. Windows color (decimal): -14921196 or 1331740. OLE color: 1331740.
HSL color Cylindrical-coordinate representation of color #1C5214: hue angle of 112.26º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5214 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 82 | 20 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.68 |
| HSL | 112.26º | 0.61% | 0.2% | - |
| HSV(B) | 112.26º | 0.76% | 0.32% | - |
| XYZ | 3.62 | 6.33 | 1.69 | - |
| YUV | 58.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 20 | 0.66 | 0 | 0.76 | 0.68 | 112.26 | 0.61 | 0.2 |
| Hex | 1C | 52 | 14 | 42 | 0 | 4C | 44 | 70 | 3D | 14 |
| Octal | 34 | 122 | 24 | 102 | 0 | 114 | 104 | 160 | 75 | 24 |
| Binary | 11100 | 1010010 | 10100 | 1000010 | 0 | 1001100 | 1000100 | 1110000 | 111101 | 10100 |
Color Harmonies of #1C5214
Complementary color
Monochromatic Colors of #1C5214
Black with #1C5214
Text Example
Text Example
White with #1C5214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5214; }
p { color: rgb(28,82,20); }
H1.HeaderClassName
{
color: #1C5214;
}
.AnyTagClassName
{
color: #1C5214;
}
</style>
background-color css
<style>
a { background-color: #1C5214; }
a { background-color: rgb(28,82,20); }
div.DivClassName
{
background-color: #1C5214;
}
.BgClassName
{
background-color: #1C5214;
}
</style>
border-color css
<style>
span { border-color: #1C5214; }
span { border-color: rgb(28,82,20); }
td.TdClassName
{
border-color: #1C5214;
}
.TagClassName
{
border-color: #1C5214;
}
</style>