Shades of Myrtle #1C3311
Tints of Myrtle #1C3311
RGB
CMYK
RGB Variations
Color information
#1C3311 (or 0x1C3311) is known color: Myrtle. HEX triplet: 1C, 33 and 11. RGB value is (28,51,17). Sum of RGB (Red+Green+Blue) = 28+51+17=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3311 is #E3CCEE. Grayscale: #282828. Windows color (decimal): -14929135 or 1127196. OLE color: 1127196.
HSL color Cylindrical-coordinate representation of color #1C3311: hue angle of 100.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3311 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 17 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.8 |
| HSL | 100.59º | 0.5% | 0.13% | - |
| HSV(B) | 100.59º | 0.67% | 0.2% | - |
| XYZ | 1.76 | 2.66 | 0.95 | - |
| YUV | 40.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 17 | 0.45 | 0 | 0.67 | 0.8 | 100.59 | 0.5 | 0.13 |
| Hex | 1C | 33 | 11 | 2D | 0 | 43 | 50 | 65 | 32 | D |
| Octal | 34 | 63 | 21 | 55 | 0 | 103 | 120 | 145 | 62 | 15 |
| Binary | 11100 | 110011 | 10001 | 101101 | 0 | 1000011 | 1010000 | 1100101 | 110010 | 1101 |
Color Harmonies of #1C3311
Complementary color
Monochromatic Colors of #1C3311
Black with #1C3311
Text Example
Text Example
White with #1C3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3311; }
p { color: rgb(28,51,17); }
H1.HeaderClassName
{
color: #1C3311;
}
.AnyTagClassName
{
color: #1C3311;
}
</style>
background-color css
<style>
a { background-color: #1C3311; }
a { background-color: rgb(28,51,17); }
div.DivClassName
{
background-color: #1C3311;
}
.BgClassName
{
background-color: #1C3311;
}
</style>
border-color css
<style>
span { border-color: #1C3311; }
span { border-color: rgb(28,51,17); }
td.TdClassName
{
border-color: #1C3311;
}
.TagClassName
{
border-color: #1C3311;
}
</style>