Shades of Myrtle #1C4C16
Tints of Myrtle #1C4C16
RGB
CMYK
RGB Variations
Color information
#1C4C16 (or 0x1C4C16) is known color: Myrtle. HEX triplet: 1C, 4C and 16. RGB value is (28,76,22). Sum of RGB (Red+Green+Blue) = 28+76+22=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4C16 is #E3B3E9. Grayscale: #373737. Windows color (decimal): -14922730 or 1461276. OLE color: 1461276.
HSL color Cylindrical-coordinate representation of color #1C4C16: hue angle of 113.33º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4C16 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 22 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.70 |
| HSL | 113.33º | 0.55% | 0.19% | - |
| HSV(B) | 113.33º | 0.71% | 0.3% | - |
| XYZ | 3.21 | 5.47 | 1.65 | - |
| YUV | 55.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 22 | 0.63 | 0 | 0.71 | 0.70 | 113.33 | 0.55 | 0.19 |
| Hex | 1C | 4C | 16 | 3F | 0 | 47 | 46 | 71 | 37 | 13 |
| Octal | 34 | 114 | 26 | 77 | 0 | 107 | 106 | 161 | 67 | 23 |
| Binary | 11100 | 1001100 | 10110 | 111111 | 0 | 1000111 | 1000110 | 1110001 | 110111 | 10011 |
Color Harmonies of #1C4C16
Complementary color
Monochromatic Colors of #1C4C16
Black with #1C4C16
Text Example
Text Example
White with #1C4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C16; }
p { color: rgb(28,76,22); }
H1.HeaderClassName
{
color: #1C4C16;
}
.AnyTagClassName
{
color: #1C4C16;
}
</style>
background-color css
<style>
a { background-color: #1C4C16; }
a { background-color: rgb(28,76,22); }
div.DivClassName
{
background-color: #1C4C16;
}
.BgClassName
{
background-color: #1C4C16;
}
</style>
border-color css
<style>
span { border-color: #1C4C16; }
span { border-color: rgb(28,76,22); }
td.TdClassName
{
border-color: #1C4C16;
}
.TagClassName
{
border-color: #1C4C16;
}
</style>