Shades of Myrtle #1C5C0F
Tints of Myrtle #1C5C0F
RGB
CMYK
RGB Variations
Color information
#1C5C0F (or 0x1C5C0F) is known color: Myrtle. HEX triplet: 1C, 5C and 0F. RGB value is (28,92,15). Sum of RGB (Red+Green+Blue) = 28+92+15=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5C0F is #E3A3F0. Grayscale: #404040. Windows color (decimal): -14918641 or 1006620. OLE color: 1006620.
HSL color Cylindrical-coordinate representation of color #1C5C0F: hue angle of 109.87º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5C0F is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 15 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.64 |
| HSL | 109.87º | 0.72% | 0.21% | - |
| HSV(B) | 109.87º | 0.84% | 0.36% | - |
| XYZ | 4.39 | 7.94 | 1.75 | - |
| YUV | 64.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 15 | 0.70 | 0 | 0.84 | 0.64 | 109.87 | 0.72 | 0.21 |
| Hex | 1C | 5C | F | 46 | 0 | 54 | 40 | 6E | 48 | 15 |
| Octal | 34 | 134 | 17 | 106 | 0 | 124 | 100 | 156 | 110 | 25 |
| Binary | 11100 | 1011100 | 1111 | 1000110 | 0 | 1010100 | 1000000 | 1101110 | 1001000 | 10101 |
Color Harmonies of #1C5C0F
Complementary color
Monochromatic Colors of #1C5C0F
Black with #1C5C0F
Text Example
Text Example
White with #1C5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C0F; }
p { color: rgb(28,92,15); }
H1.HeaderClassName
{
color: #1C5C0F;
}
.AnyTagClassName
{
color: #1C5C0F;
}
</style>
background-color css
<style>
a { background-color: #1C5C0F; }
a { background-color: rgb(28,92,15); }
div.DivClassName
{
background-color: #1C5C0F;
}
.BgClassName
{
background-color: #1C5C0F;
}
</style>
border-color css
<style>
span { border-color: #1C5C0F; }
span { border-color: rgb(28,92,15); }
td.TdClassName
{
border-color: #1C5C0F;
}
.TagClassName
{
border-color: #1C5C0F;
}
</style>