Shades of Myrtle #1C531C
Tints of Myrtle #1C531C
RGB
CMYK
RGB Variations
Color information
#1C531C (or 0x1C531C) is known color: Myrtle. HEX triplet: 1C, 53 and 1C. RGB value is (28,83,28). Sum of RGB (Red+Green+Blue) = 28+83+28=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #1C531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C531C is #E3ACE3. Grayscale: #3C3C3C. Windows color (decimal): -14920932 or 1856284. OLE color: 1856284.
HSL color Cylindrical-coordinate representation of color #1C531C: hue angle of 120º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C531C is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 28 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.67 |
| HSL | 120º | 0.5% | 0.22% | - |
| HSV(B) | 120º | 0.66% | 0.33% | - |
| XYZ | 3.78 | 6.52 | 2.16 | - |
| YUV | 60.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 28 | 0.66 | 0 | 0.66 | 0.67 | 120 | 0.5 | 0.22 |
| Hex | 1C | 53 | 1C | 42 | 0 | 42 | 43 | 78 | 32 | 16 |
| Octal | 34 | 123 | 34 | 102 | 0 | 102 | 103 | 170 | 62 | 26 |
| Binary | 11100 | 1010011 | 11100 | 1000010 | 0 | 1000010 | 1000011 | 1111000 | 110010 | 10110 |
Color Harmonies of #1C531C
Complementary color
Monochromatic Colors of #1C531C
Black with #1C531C
Text Example
Text Example
White with #1C531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C531C; }
p { color: rgb(28,83,28); }
H1.HeaderClassName
{
color: #1C531C;
}
.AnyTagClassName
{
color: #1C531C;
}
</style>
background-color css
<style>
a { background-color: #1C531C; }
a { background-color: rgb(28,83,28); }
div.DivClassName
{
background-color: #1C531C;
}
.BgClassName
{
background-color: #1C531C;
}
</style>
border-color css
<style>
span { border-color: #1C531C; }
span { border-color: rgb(28,83,28); }
td.TdClassName
{
border-color: #1C531C;
}
.TagClassName
{
border-color: #1C531C;
}
</style>