Shades of Myrtle #1C5421
Tints of Myrtle #1C5421
RGB
CMYK
RGB Variations
Color information
#1C5421 (or 0x1C5421) is known color: Myrtle. HEX triplet: 1C, 54 and 21. RGB value is (28,84,33). Sum of RGB (Red+Green+Blue) = 28+84+33=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5421 is #E3ABDE. Grayscale: #3D3D3D. Windows color (decimal): -14920671 or 2184220. OLE color: 2184220.
HSL color Cylindrical-coordinate representation of color #1C5421: hue angle of 125.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5421 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 84 | 33 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.67 |
| HSL | 125.36º | 0.5% | 0.22% | - |
| HSV(B) | 125.36º | 0.67% | 0.33% | - |
| XYZ | 3.92 | 6.7 | 2.52 | - |
| YUV | 61.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 33 | 0.67 | 0 | 0.61 | 0.67 | 125.36 | 0.5 | 0.22 |
| Hex | 1C | 54 | 21 | 43 | 0 | 3D | 43 | 7D | 32 | 16 |
| Octal | 34 | 124 | 41 | 103 | 0 | 75 | 103 | 175 | 62 | 26 |
| Binary | 11100 | 1010100 | 100001 | 1000011 | 0 | 111101 | 1000011 | 1111101 | 110010 | 10110 |
Color Harmonies of #1C5421
Complementary color
Monochromatic Colors of #1C5421
Black with #1C5421
Text Example
Text Example
White with #1C5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5421; }
p { color: rgb(28,84,33); }
H1.HeaderClassName
{
color: #1C5421;
}
.AnyTagClassName
{
color: #1C5421;
}
</style>
background-color css
<style>
a { background-color: #1C5421; }
a { background-color: rgb(28,84,33); }
div.DivClassName
{
background-color: #1C5421;
}
.BgClassName
{
background-color: #1C5421;
}
</style>
border-color css
<style>
span { border-color: #1C5421; }
span { border-color: rgb(28,84,33); }
td.TdClassName
{
border-color: #1C5421;
}
.TagClassName
{
border-color: #1C5421;
}
</style>