Shades of Myrtle #1C5400
Tints of Myrtle #1C5400
RGB
CMYK
RGB Variations
Color information
#1C5400 (or 0x1C5400) is known color: Myrtle. HEX triplet: 1C, 54 and 00. RGB value is (28,84,0). Sum of RGB (Red+Green+Blue) = 28+84+0=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5400 is #E3ABFF. Grayscale: #393939. Windows color (decimal): -14920704 or 21532. OLE color: 21532.
HSL color Cylindrical-coordinate representation of color #1C5400: hue angle of 100º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C5400 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 84 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.67 |
| HSL | 100º | 1% | 0.16% | - |
| HSV(B) | 100º | 1% | 0.33% | - |
| XYZ | 3.65 | 6.59 | 1.08 | - |
| YUV | 57.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 0 | 0.67 | 0 | 1 | 0.67 | 100 | 1 | 0.16 |
| Hex | 1C | 54 | 0 | 43 | 0 | 64 | 43 | 64 | 64 | 10 |
| Octal | 34 | 124 | 0 | 103 | 0 | 144 | 103 | 144 | 144 | 20 |
| Binary | 11100 | 1010100 | 0 | 1000011 | 0 | 1100100 | 1000011 | 1100100 | 1100100 | 10000 |
Color Harmonies of #1C5400
Complementary color
Monochromatic Colors of #1C5400
Black with #1C5400
Text Example
Text Example
White with #1C5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5400; }
p { color: rgb(28,84,0); }
H1.HeaderClassName
{
color: #1C5400;
}
.AnyTagClassName
{
color: #1C5400;
}
</style>
background-color css
<style>
a { background-color: #1C5400; }
a { background-color: rgb(28,84,0); }
div.DivClassName
{
background-color: #1C5400;
}
.BgClassName
{
background-color: #1C5400;
}
</style>
border-color css
<style>
span { border-color: #1C5400; }
span { border-color: rgb(28,84,0); }
td.TdClassName
{
border-color: #1C5400;
}
.TagClassName
{
border-color: #1C5400;
}
</style>