Shades of Myrtle #1C5C1D
Tints of Myrtle #1C5C1D
RGB
CMYK
RGB Variations
Color information
#1C5C1D (or 0x1C5C1D) is known color: Myrtle. HEX triplet: 1C, 5C and 1D. RGB value is (28,92,29). Sum of RGB (Red+Green+Blue) = 28+92+29=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C1D is #E3A3E2. Grayscale: #414141. Windows color (decimal): -14918627 or 1924124. OLE color: 1924124.
HSL color Cylindrical-coordinate representation of color #1C5C1D: hue angle of 120.94º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C1D is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 29 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.64 |
| HSL | 120.94º | 0.53% | 0.24% | - |
| HSV(B) | 120.94º | 0.7% | 0.36% | - |
| XYZ | 4.53 | 7.99 | 2.47 | - |
| YUV | 65.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 29 | 0.70 | 0 | 0.68 | 0.64 | 120.94 | 0.53 | 0.24 |
| Hex | 1C | 5C | 1D | 46 | 0 | 44 | 40 | 79 | 35 | 18 |
| Octal | 34 | 134 | 35 | 106 | 0 | 104 | 100 | 171 | 65 | 30 |
| Binary | 11100 | 1011100 | 11101 | 1000110 | 0 | 1000100 | 1000000 | 1111001 | 110101 | 11000 |
Color Harmonies of #1C5C1D
Complementary color
Monochromatic Colors of #1C5C1D
Black with #1C5C1D
Text Example
Text Example
White with #1C5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C1D; }
p { color: rgb(28,92,29); }
H1.HeaderClassName
{
color: #1C5C1D;
}
.AnyTagClassName
{
color: #1C5C1D;
}
</style>
background-color css
<style>
a { background-color: #1C5C1D; }
a { background-color: rgb(28,92,29); }
div.DivClassName
{
background-color: #1C5C1D;
}
.BgClassName
{
background-color: #1C5C1D;
}
</style>
border-color css
<style>
span { border-color: #1C5C1D; }
span { border-color: rgb(28,92,29); }
td.TdClassName
{
border-color: #1C5C1D;
}
.TagClassName
{
border-color: #1C5C1D;
}
</style>