Shades of Myrtle #1C3215
Tints of Myrtle #1C3215
RGB
CMYK
RGB Variations
Color information
#1C3215 (or 0x1C3215) is known color: Myrtle. HEX triplet: 1C, 32 and 15. RGB value is (28,50,21). Sum of RGB (Red+Green+Blue) = 28+50+21=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #1C3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3215 is #E3CDEA. Grayscale: #282828. Windows color (decimal): -14929387 or 1389084. OLE color: 1389084.
HSL color Cylindrical-coordinate representation of color #1C3215: hue angle of 105.52º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C3215 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 21 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.80 |
| HSL | 105.52º | 0.41% | 0.14% | - |
| HSV(B) | 105.52º | 0.58% | 0.2% | - |
| XYZ | 1.75 | 2.58 | 1.12 | - |
| YUV | 40.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 21 | 0.44 | 0 | 0.58 | 0.80 | 105.52 | 0.41 | 0.14 |
| Hex | 1C | 32 | 15 | 2C | 0 | 3A | 50 | 6A | 29 | E |
| Octal | 34 | 62 | 25 | 54 | 0 | 72 | 120 | 152 | 51 | 16 |
| Binary | 11100 | 110010 | 10101 | 101100 | 0 | 111010 | 1010000 | 1101010 | 101001 | 1110 |
Color Harmonies of #1C3215
Complementary color
Monochromatic Colors of #1C3215
Black with #1C3215
Text Example
Text Example
White with #1C3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3215; }
p { color: rgb(28,50,21); }
H1.HeaderClassName
{
color: #1C3215;
}
.AnyTagClassName
{
color: #1C3215;
}
</style>
background-color css
<style>
a { background-color: #1C3215; }
a { background-color: rgb(28,50,21); }
div.DivClassName
{
background-color: #1C3215;
}
.BgClassName
{
background-color: #1C3215;
}
</style>
border-color css
<style>
span { border-color: #1C3215; }
span { border-color: rgb(28,50,21); }
td.TdClassName
{
border-color: #1C3215;
}
.TagClassName
{
border-color: #1C3215;
}
</style>