Shades of Myrtle #1C3611
Tints of Myrtle #1C3611
RGB
CMYK
RGB Variations
Color information
#1C3611 (or 0x1C3611) is known color: Myrtle. HEX triplet: 1C, 36 and 11. RGB value is (28,54,17). Sum of RGB (Red+Green+Blue) = 28+54+17=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3611 is #E3C9EE. Grayscale: #2A2A2A. Windows color (decimal): -14928367 or 1127964. OLE color: 1127964.
HSL color Cylindrical-coordinate representation of color #1C3611: hue angle of 102.16º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C3611 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 17 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.79 |
| HSL | 102.16º | 0.52% | 0.14% | - |
| HSV(B) | 102.16º | 0.69% | 0.21% | - |
| XYZ | 1.9 | 2.93 | 0.99 | - |
| YUV | 42.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 17 | 0.48 | 0 | 0.69 | 0.79 | 102.16 | 0.52 | 0.14 |
| Hex | 1C | 36 | 11 | 30 | 0 | 45 | 4F | 66 | 34 | E |
| Octal | 34 | 66 | 21 | 60 | 0 | 105 | 117 | 146 | 64 | 16 |
| Binary | 11100 | 110110 | 10001 | 110000 | 0 | 1000101 | 1001111 | 1100110 | 110100 | 1110 |
Color Harmonies of #1C3611
Complementary color
Monochromatic Colors of #1C3611
Black with #1C3611
Text Example
Text Example
White with #1C3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3611; }
p { color: rgb(28,54,17); }
H1.HeaderClassName
{
color: #1C3611;
}
.AnyTagClassName
{
color: #1C3611;
}
</style>
background-color css
<style>
a { background-color: #1C3611; }
a { background-color: rgb(28,54,17); }
div.DivClassName
{
background-color: #1C3611;
}
.BgClassName
{
background-color: #1C3611;
}
</style>
border-color css
<style>
span { border-color: #1C3611; }
span { border-color: rgb(28,54,17); }
td.TdClassName
{
border-color: #1C3611;
}
.TagClassName
{
border-color: #1C3611;
}
</style>