Shades of Myrtle #1C4210
Tints of Myrtle #1C4210
RGB
CMYK
RGB Variations
Color information
#1C4210 (or 0x1C4210) is known color: Myrtle. HEX triplet: 1C, 42 and 10. RGB value is (28,66,16). Sum of RGB (Red+Green+Blue) = 28+66+16=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4210 is #E3BDEF. Grayscale: #313131. Windows color (decimal): -14925296 or 1065500. OLE color: 1065500.
HSL color Cylindrical-coordinate representation of color #1C4210: hue angle of 105.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4210 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 66 | 16 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.74 |
| HSL | 105.6º | 0.61% | 0.16% | - |
| HSV(B) | 105.6º | 0.76% | 0.26% | - |
| XYZ | 2.52 | 4.18 | 1.16 | - |
| YUV | 48.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 16 | 0.58 | 0 | 0.76 | 0.74 | 105.6 | 0.61 | 0.16 |
| Hex | 1C | 42 | 10 | 3A | 0 | 4C | 4A | 6A | 3D | 10 |
| Octal | 34 | 102 | 20 | 72 | 0 | 114 | 112 | 152 | 75 | 20 |
| Binary | 11100 | 1000010 | 10000 | 111010 | 0 | 1001100 | 1001010 | 1101010 | 111101 | 10000 |
Color Harmonies of #1C4210
Complementary color
Monochromatic Colors of #1C4210
Black with #1C4210
Text Example
Text Example
White with #1C4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4210; }
p { color: rgb(28,66,16); }
H1.HeaderClassName
{
color: #1C4210;
}
.AnyTagClassName
{
color: #1C4210;
}
</style>
background-color css
<style>
a { background-color: #1C4210; }
a { background-color: rgb(28,66,16); }
div.DivClassName
{
background-color: #1C4210;
}
.BgClassName
{
background-color: #1C4210;
}
</style>
border-color css
<style>
span { border-color: #1C4210; }
span { border-color: rgb(28,66,16); }
td.TdClassName
{
border-color: #1C4210;
}
.TagClassName
{
border-color: #1C4210;
}
</style>