Shades of Myrtle #1C6112
Tints of Myrtle #1C6112
RGB
CMYK
RGB Variations
Color information
#1C6112 (or 0x1C6112) is known color: Myrtle. HEX triplet: 1C, 61 and 12. RGB value is (28,97,18). Sum of RGB (Red+Green+Blue) = 28+97+18=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6112 is #E39EED. Grayscale: #434343. Windows color (decimal): -14917358 or 1204508. OLE color: 1204508.
HSL color Cylindrical-coordinate representation of color #1C6112: hue angle of 112.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6112 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 97 | 18 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.62 |
| HSL | 112.41º | 0.69% | 0.23% | - |
| HSV(B) | 112.41º | 0.81% | 0.38% | - |
| XYZ | 4.86 | 8.84 | 2.02 | - |
| YUV | 67.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 18 | 0.71 | 0 | 0.81 | 0.62 | 112.41 | 0.69 | 0.23 |
| Hex | 1C | 61 | 12 | 47 | 0 | 51 | 3E | 70 | 45 | 17 |
| Octal | 34 | 141 | 22 | 107 | 0 | 121 | 76 | 160 | 105 | 27 |
| Binary | 11100 | 1100001 | 10010 | 1000111 | 0 | 1010001 | 111110 | 1110000 | 1000101 | 10111 |
Color Harmonies of #1C6112
Complementary color
Monochromatic Colors of #1C6112
Black with #1C6112
Text Example
Text Example
White with #1C6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6112; }
p { color: rgb(28,97,18); }
H1.HeaderClassName
{
color: #1C6112;
}
.AnyTagClassName
{
color: #1C6112;
}
</style>
background-color css
<style>
a { background-color: #1C6112; }
a { background-color: rgb(28,97,18); }
div.DivClassName
{
background-color: #1C6112;
}
.BgClassName
{
background-color: #1C6112;
}
</style>
border-color css
<style>
span { border-color: #1C6112; }
span { border-color: rgb(28,97,18); }
td.TdClassName
{
border-color: #1C6112;
}
.TagClassName
{
border-color: #1C6112;
}
</style>