Shades of Myrtle #1C5301
Tints of Myrtle #1C5301
RGB
CMYK
RGB Variations
Color information
#1C5301 (or 0x1C5301) is known color: Myrtle. HEX triplet: 1C, 53 and 01. RGB value is (28,83,1). Sum of RGB (Red+Green+Blue) = 28+83+1=112 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5301 is #E3ACFE. Grayscale: #393939. Windows color (decimal): -14920959 or 86812. OLE color: 86812.
HSL color Cylindrical-coordinate representation of color #1C5301: hue angle of 100.24º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C5301 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.67 |
| HSL | 100.24º | 0.98% | 0.16% | - |
| HSV(B) | 100.24º | 0.99% | 0.33% | - |
| XYZ | 3.58 | 6.44 | 1.08 | - |
| YUV | 57.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 1 | 0.66 | 0 | 0.99 | 0.67 | 100.24 | 0.98 | 0.16 |
| Hex | 1C | 53 | 1 | 42 | 0 | 63 | 43 | 64 | 62 | 10 |
| Octal | 34 | 123 | 1 | 102 | 0 | 143 | 103 | 144 | 142 | 20 |
| Binary | 11100 | 1010011 | 1 | 1000010 | 0 | 1100011 | 1000011 | 1100100 | 1100010 | 10000 |
Color Harmonies of #1C5301
Complementary color
Monochromatic Colors of #1C5301
Black with #1C5301
Text Example
Text Example
White with #1C5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5301; }
p { color: rgb(28,83,1); }
H1.HeaderClassName
{
color: #1C5301;
}
.AnyTagClassName
{
color: #1C5301;
}
</style>
background-color css
<style>
a { background-color: #1C5301; }
a { background-color: rgb(28,83,1); }
div.DivClassName
{
background-color: #1C5301;
}
.BgClassName
{
background-color: #1C5301;
}
</style>
border-color css
<style>
span { border-color: #1C5301; }
span { border-color: rgb(28,83,1); }
td.TdClassName
{
border-color: #1C5301;
}
.TagClassName
{
border-color: #1C5301;
}
</style>