Shades of Myrtle #1C5722
Tints of Myrtle #1C5722
RGB
CMYK
RGB Variations
Color information
#1C5722 (or 0x1C5722) is known color: Myrtle. HEX triplet: 1C, 57 and 22. RGB value is (28,87,34). Sum of RGB (Red+Green+Blue) = 28+87+34=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #1C5722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5722 is #E3A8DD. Grayscale: #3F3F3F. Windows color (decimal): -14919902 or 2250524. OLE color: 2250524.
HSL color Cylindrical-coordinate representation of color #1C5722: hue angle of 126.1º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5722 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 87 | 34 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.66 |
| HSL | 126.1º | 0.51% | 0.23% | - |
| HSV(B) | 126.1º | 0.68% | 0.34% | - |
| XYZ | 4.18 | 7.18 | 2.68 | - |
| YUV | 63.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 34 | 0.68 | 0 | 0.61 | 0.66 | 126.1 | 0.51 | 0.23 |
| Hex | 1C | 57 | 22 | 44 | 0 | 3D | 42 | 7E | 33 | 17 |
| Octal | 34 | 127 | 42 | 104 | 0 | 75 | 102 | 176 | 63 | 27 |
| Binary | 11100 | 1010111 | 100010 | 1000100 | 0 | 111101 | 1000010 | 1111110 | 110011 | 10111 |
Color Harmonies of #1C5722
Complementary color
Monochromatic Colors of #1C5722
Black with #1C5722
Text Example
Text Example
White with #1C5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5722; }
p { color: rgb(28,87,34); }
H1.HeaderClassName
{
color: #1C5722;
}
.AnyTagClassName
{
color: #1C5722;
}
</style>
background-color css
<style>
a { background-color: #1C5722; }
a { background-color: rgb(28,87,34); }
div.DivClassName
{
background-color: #1C5722;
}
.BgClassName
{
background-color: #1C5722;
}
</style>
border-color css
<style>
span { border-color: #1C5722; }
span { border-color: rgb(28,87,34); }
td.TdClassName
{
border-color: #1C5722;
}
.TagClassName
{
border-color: #1C5722;
}
</style>