Shades of Myrtle #1C5319
Tints of Myrtle #1C5319
RGB
CMYK
RGB Variations
Color information
#1C5319 (or 0x1C5319) is known color: Myrtle. HEX triplet: 1C, 53 and 19. RGB value is (28,83,25). Sum of RGB (Red+Green+Blue) = 28+83+25=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5319 is #E3ACE6. Grayscale: #3C3C3C. Windows color (decimal): -14920935 or 1659676. OLE color: 1659676.
HSL color Cylindrical-coordinate representation of color #1C5319: hue angle of 116.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5319 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 25 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.67 |
| HSL | 116.9º | 0.54% | 0.21% | - |
| HSV(B) | 116.9º | 0.7% | 0.33% | - |
| XYZ | 3.75 | 6.5 | 1.98 | - |
| YUV | 59.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 25 | 0.66 | 0 | 0.70 | 0.67 | 116.9 | 0.54 | 0.21 |
| Hex | 1C | 53 | 19 | 42 | 0 | 46 | 43 | 75 | 36 | 15 |
| Octal | 34 | 123 | 31 | 102 | 0 | 106 | 103 | 165 | 66 | 25 |
| Binary | 11100 | 1010011 | 11001 | 1000010 | 0 | 1000110 | 1000011 | 1110101 | 110110 | 10101 |
Color Harmonies of #1C5319
Complementary color
Monochromatic Colors of #1C5319
Black with #1C5319
Text Example
Text Example
White with #1C5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5319; }
p { color: rgb(28,83,25); }
H1.HeaderClassName
{
color: #1C5319;
}
.AnyTagClassName
{
color: #1C5319;
}
</style>
background-color css
<style>
a { background-color: #1C5319; }
a { background-color: rgb(28,83,25); }
div.DivClassName
{
background-color: #1C5319;
}
.BgClassName
{
background-color: #1C5319;
}
</style>
border-color css
<style>
span { border-color: #1C5319; }
span { border-color: rgb(28,83,25); }
td.TdClassName
{
border-color: #1C5319;
}
.TagClassName
{
border-color: #1C5319;
}
</style>