Shades of Myrtle #1C321C
Tints of Myrtle #1C321C
RGB
CMYK
RGB Variations
Color information
#1C321C (or 0x1C321C) is known color: Myrtle. HEX triplet: 1C, 32 and 1C. RGB value is (28,50,28). Sum of RGB (Red+Green+Blue) = 28+50+28=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321C is #E3CDE3. Grayscale: #282828. Windows color (decimal): -14929380 or 1847836. OLE color: 1847836.
HSL color Cylindrical-coordinate representation of color #1C321C: hue angle of 120º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C321C is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 28 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.80 |
| HSL | 120º | 0.28% | 0.15% | - |
| HSV(B) | 120º | 0.44% | 0.2% | - |
| XYZ | 1.83 | 2.61 | 1.51 | - |
| YUV | 40.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 28 | 0.44 | 0 | 0.44 | 0.80 | 120 | 0.28 | 0.15 |
| Hex | 1C | 32 | 1C | 2C | 0 | 2C | 50 | 78 | 1C | F |
| Octal | 34 | 62 | 34 | 54 | 0 | 54 | 120 | 170 | 34 | 17 |
| Binary | 11100 | 110010 | 11100 | 101100 | 0 | 101100 | 1010000 | 1111000 | 11100 | 1111 |
Color Harmonies of #1C321C
Complementary color
Monochromatic Colors of #1C321C
Black with #1C321C
Text Example
Text Example
White with #1C321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C321C; }
p { color: rgb(28,50,28); }
H1.HeaderClassName
{
color: #1C321C;
}
.AnyTagClassName
{
color: #1C321C;
}
</style>
background-color css
<style>
a { background-color: #1C321C; }
a { background-color: rgb(28,50,28); }
div.DivClassName
{
background-color: #1C321C;
}
.BgClassName
{
background-color: #1C321C;
}
</style>
border-color css
<style>
span { border-color: #1C321C; }
span { border-color: rgb(28,50,28); }
td.TdClassName
{
border-color: #1C321C;
}
.TagClassName
{
border-color: #1C321C;
}
</style>