Shades of Myrtle #1C5321
Tints of Myrtle #1C5321
RGB
CMYK
RGB Variations
Color information
#1C5321 (or 0x1C5321) is known color: Myrtle. HEX triplet: 1C, 53 and 21. RGB value is (28,83,33). Sum of RGB (Red+Green+Blue) = 28+83+33=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5321 is #E3ACDE. Grayscale: #3D3D3D. Windows color (decimal): -14920927 or 2183964. OLE color: 2183964.
HSL color Cylindrical-coordinate representation of color #1C5321: hue angle of 125.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5321 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 33 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.67 |
| HSL | 125.45º | 0.5% | 0.22% | - |
| HSV(B) | 125.45º | 0.66% | 0.33% | - |
| XYZ | 3.85 | 6.54 | 2.5 | - |
| YUV | 60.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 33 | 0.66 | 0 | 0.60 | 0.67 | 125.45 | 0.5 | 0.22 |
| Hex | 1C | 53 | 21 | 42 | 0 | 3C | 43 | 7D | 32 | 16 |
| Octal | 34 | 123 | 41 | 102 | 0 | 74 | 103 | 175 | 62 | 26 |
| Binary | 11100 | 1010011 | 100001 | 1000010 | 0 | 111100 | 1000011 | 1111101 | 110010 | 10110 |
Color Harmonies of #1C5321
Complementary color
Monochromatic Colors of #1C5321
Black with #1C5321
Text Example
Text Example
White with #1C5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5321; }
p { color: rgb(28,83,33); }
H1.HeaderClassName
{
color: #1C5321;
}
.AnyTagClassName
{
color: #1C5321;
}
</style>
background-color css
<style>
a { background-color: #1C5321; }
a { background-color: rgb(28,83,33); }
div.DivClassName
{
background-color: #1C5321;
}
.BgClassName
{
background-color: #1C5321;
}
</style>
border-color css
<style>
span { border-color: #1C5321; }
span { border-color: rgb(28,83,33); }
td.TdClassName
{
border-color: #1C5321;
}
.TagClassName
{
border-color: #1C5321;
}
</style>