Shades of Myrtle #1C3519
Tints of Myrtle #1C3519
RGB
CMYK
RGB Variations
Color information
#1C3519 (or 0x1C3519) is known color: Myrtle. HEX triplet: 1C, 35 and 19. RGB value is (28,53,25). Sum of RGB (Red+Green+Blue) = 28+53+25=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #1C3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3519 is #E3CAE6. Grayscale: #2A2A2A. Windows color (decimal): -14928615 or 1651996. OLE color: 1651996.
HSL color Cylindrical-coordinate representation of color #1C3519: hue angle of 113.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3519 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 53 | 25 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.79 |
| HSL | 113.57º | 0.36% | 0.15% | - |
| HSV(B) | 113.57º | 0.53% | 0.21% | - |
| XYZ | 1.93 | 2.86 | 1.37 | - |
| YUV | 42.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 25 | 0.47 | 0 | 0.53 | 0.79 | 113.57 | 0.36 | 0.15 |
| Hex | 1C | 35 | 19 | 2F | 0 | 35 | 4F | 72 | 24 | F |
| Octal | 34 | 65 | 31 | 57 | 0 | 65 | 117 | 162 | 44 | 17 |
| Binary | 11100 | 110101 | 11001 | 101111 | 0 | 110101 | 1001111 | 1110010 | 100100 | 1111 |
Color Harmonies of #1C3519
Complementary color
Monochromatic Colors of #1C3519
Black with #1C3519
Text Example
Text Example
White with #1C3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3519; }
p { color: rgb(28,53,25); }
H1.HeaderClassName
{
color: #1C3519;
}
.AnyTagClassName
{
color: #1C3519;
}
</style>
background-color css
<style>
a { background-color: #1C3519; }
a { background-color: rgb(28,53,25); }
div.DivClassName
{
background-color: #1C3519;
}
.BgClassName
{
background-color: #1C3519;
}
</style>
border-color css
<style>
span { border-color: #1C3519; }
span { border-color: rgb(28,53,25); }
td.TdClassName
{
border-color: #1C3519;
}
.TagClassName
{
border-color: #1C3519;
}
</style>