Shades of Myrtle #1C5322
Tints of Myrtle #1C5322
RGB
CMYK
RGB Variations
Color information
#1C5322 (or 0x1C5322) is known color: Myrtle. HEX triplet: 1C, 53 and 22. RGB value is (28,83,34). Sum of RGB (Red+Green+Blue) = 28+83+34=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5322 is #E3ACDD. Grayscale: #3D3D3D. Windows color (decimal): -14920926 or 2249500. OLE color: 2249500.
HSL color Cylindrical-coordinate representation of color #1C5322: hue angle of 126.55º 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 #1C5322 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 34 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.67 |
| HSL | 126.55º | 0.5% | 0.22% | - |
| HSV(B) | 126.55º | 0.66% | 0.33% | - |
| XYZ | 3.86 | 6.55 | 2.57 | - |
| YUV | 60.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 34 | 0.66 | 0 | 0.59 | 0.67 | 126.55 | 0.5 | 0.22 |
| Hex | 1C | 53 | 22 | 42 | 0 | 3B | 43 | 7F | 32 | 16 |
| Octal | 34 | 123 | 42 | 102 | 0 | 73 | 103 | 177 | 62 | 26 |
| Binary | 11100 | 1010011 | 100010 | 1000010 | 0 | 111011 | 1000011 | 1111111 | 110010 | 10110 |
Color Harmonies of #1C5322
Complementary color
Monochromatic Colors of #1C5322
Black with #1C5322
Text Example
Text Example
White with #1C5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5322; }
p { color: rgb(28,83,34); }
H1.HeaderClassName
{
color: #1C5322;
}
.AnyTagClassName
{
color: #1C5322;
}
</style>
background-color css
<style>
a { background-color: #1C5322; }
a { background-color: rgb(28,83,34); }
div.DivClassName
{
background-color: #1C5322;
}
.BgClassName
{
background-color: #1C5322;
}
</style>
border-color css
<style>
span { border-color: #1C5322; }
span { border-color: rgb(28,83,34); }
td.TdClassName
{
border-color: #1C5322;
}
.TagClassName
{
border-color: #1C5322;
}
</style>