Shades of Myrtle #1C4D16
Tints of Myrtle #1C4D16
RGB
CMYK
RGB Variations
Color information
#1C4D16 (or 0x1C4D16) is known color: Myrtle. HEX triplet: 1C, 4D and 16. RGB value is (28,77,22). Sum of RGB (Red+Green+Blue) = 28+77+22=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #1C4D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C4D16 is #E3B2E9. Grayscale: #383838. Windows color (decimal): -14922474 or 1461532. OLE color: 1461532.
HSL color Cylindrical-coordinate representation of color #1C4D16: hue angle of 113.45º degrees, saturation: 0.56, 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 #1C4D16 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 77 | 22 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.70 |
| HSL | 113.45º | 0.56% | 0.19% | - |
| HSV(B) | 113.45º | 0.71% | 0.3% | - |
| XYZ | 3.28 | 5.61 | 1.67 | - |
| YUV | 56.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 22 | 0.64 | 0 | 0.71 | 0.70 | 113.45 | 0.56 | 0.19 |
| Hex | 1C | 4D | 16 | 40 | 0 | 47 | 46 | 71 | 38 | 13 |
| Octal | 34 | 115 | 26 | 100 | 0 | 107 | 106 | 161 | 70 | 23 |
| Binary | 11100 | 1001101 | 10110 | 1000000 | 0 | 1000111 | 1000110 | 1110001 | 111000 | 10011 |
Color Harmonies of #1C4D16
Complementary color
Monochromatic Colors of #1C4D16
Black with #1C4D16
Text Example
Text Example
White with #1C4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D16; }
p { color: rgb(28,77,22); }
H1.HeaderClassName
{
color: #1C4D16;
}
.AnyTagClassName
{
color: #1C4D16;
}
</style>
background-color css
<style>
a { background-color: #1C4D16; }
a { background-color: rgb(28,77,22); }
div.DivClassName
{
background-color: #1C4D16;
}
.BgClassName
{
background-color: #1C4D16;
}
</style>
border-color css
<style>
span { border-color: #1C4D16; }
span { border-color: rgb(28,77,22); }
td.TdClassName
{
border-color: #1C4D16;
}
.TagClassName
{
border-color: #1C4D16;
}
</style>