Shades of Myrtle #1C4015
Tints of Myrtle #1C4015
RGB
CMYK
RGB Variations
Color information
#1C4015 (or 0x1C4015) is known color: Myrtle. HEX triplet: 1C, 40 and 15. RGB value is (28,64,21). Sum of RGB (Red+Green+Blue) = 28+64+21=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4015 is #E3BFEA. Grayscale: #303030. Windows color (decimal): -14925803 or 1392668. OLE color: 1392668.
HSL color Cylindrical-coordinate representation of color #1C4015: hue angle of 110.23º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C4015 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 21 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.75 |
| HSL | 110.23º | 0.51% | 0.17% | - |
| HSV(B) | 110.23º | 0.67% | 0.25% | - |
| XYZ | 2.45 | 3.97 | 1.35 | - |
| YUV | 48.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 21 | 0.56 | 0 | 0.67 | 0.75 | 110.23 | 0.51 | 0.17 |
| Hex | 1C | 40 | 15 | 38 | 0 | 43 | 4B | 6E | 33 | 11 |
| Octal | 34 | 100 | 25 | 70 | 0 | 103 | 113 | 156 | 63 | 21 |
| Binary | 11100 | 1000000 | 10101 | 111000 | 0 | 1000011 | 1001011 | 1101110 | 110011 | 10001 |
Color Harmonies of #1C4015
Complementary color
Monochromatic Colors of #1C4015
Black with #1C4015
Text Example
Text Example
White with #1C4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4015; }
p { color: rgb(28,64,21); }
H1.HeaderClassName
{
color: #1C4015;
}
.AnyTagClassName
{
color: #1C4015;
}
</style>
background-color css
<style>
a { background-color: #1C4015; }
a { background-color: rgb(28,64,21); }
div.DivClassName
{
background-color: #1C4015;
}
.BgClassName
{
background-color: #1C4015;
}
</style>
border-color css
<style>
span { border-color: #1C4015; }
span { border-color: rgb(28,64,21); }
td.TdClassName
{
border-color: #1C4015;
}
.TagClassName
{
border-color: #1C4015;
}
</style>