Shades of Myrtle #1C4C18
Tints of Myrtle #1C4C18
RGB
CMYK
RGB Variations
Color information
#1C4C18 (or 0x1C4C18) is known color: Myrtle. HEX triplet: 1C, 4C and 18. RGB value is (28,76,24). Sum of RGB (Red+Green+Blue) = 28+76+24=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4C18 is #E3B3E7. Grayscale: #373737. Windows color (decimal): -14922728 or 1592348. OLE color: 1592348.
HSL color Cylindrical-coordinate representation of color #1C4C18: hue angle of 115.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4C18 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 24 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.70 |
| HSL | 115.38º | 0.52% | 0.2% | - |
| HSV(B) | 115.38º | 0.68% | 0.3% | - |
| XYZ | 3.23 | 5.48 | 1.75 | - |
| YUV | 55.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 24 | 0.63 | 0 | 0.68 | 0.70 | 115.38 | 0.52 | 0.2 |
| Hex | 1C | 4C | 18 | 3F | 0 | 44 | 46 | 73 | 34 | 14 |
| Octal | 34 | 114 | 30 | 77 | 0 | 104 | 106 | 163 | 64 | 24 |
| Binary | 11100 | 1001100 | 11000 | 111111 | 0 | 1000100 | 1000110 | 1110011 | 110100 | 10100 |
Color Harmonies of #1C4C18
Complementary color
Monochromatic Colors of #1C4C18
Black with #1C4C18
Text Example
Text Example
White with #1C4C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C18; }
p { color: rgb(28,76,24); }
H1.HeaderClassName
{
color: #1C4C18;
}
.AnyTagClassName
{
color: #1C4C18;
}
</style>
background-color css
<style>
a { background-color: #1C4C18; }
a { background-color: rgb(28,76,24); }
div.DivClassName
{
background-color: #1C4C18;
}
.BgClassName
{
background-color: #1C4C18;
}
</style>
border-color css
<style>
span { border-color: #1C4C18; }
span { border-color: rgb(28,76,24); }
td.TdClassName
{
border-color: #1C4C18;
}
.TagClassName
{
border-color: #1C4C18;
}
</style>