Shades of Myrtle #1C520A
Tints of Myrtle #1C520A
RGB
CMYK
RGB Variations
Color information
#1C520A (or 0x1C520A) is known color: Myrtle. HEX triplet: 1C, 52 and 0A. RGB value is (28,82,10). Sum of RGB (Red+Green+Blue) = 28+82+10=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #1C520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C520A is #E3ADF5. Grayscale: #393939. Windows color (decimal): -14921206 or 676380. OLE color: 676380.
HSL color Cylindrical-coordinate representation of color #1C520A: hue angle of 105º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C520A is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 82 | 10 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.68 |
| HSL | 105º | 0.78% | 0.18% | - |
| HSV(B) | 105º | 0.88% | 0.32% | - |
| XYZ | 3.55 | 6.3 | 1.32 | - |
| YUV | 57.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 10 | 0.66 | 0 | 0.88 | 0.68 | 105 | 0.78 | 0.18 |
| Hex | 1C | 52 | A | 42 | 0 | 58 | 44 | 69 | 4E | 12 |
| Octal | 34 | 122 | 12 | 102 | 0 | 130 | 104 | 151 | 116 | 22 |
| Binary | 11100 | 1010010 | 1010 | 1000010 | 0 | 1011000 | 1000100 | 1101001 | 1001110 | 10010 |
Color Harmonies of #1C520A
Complementary color
Monochromatic Colors of #1C520A
Black with #1C520A
Text Example
Text Example
White with #1C520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C520A; }
p { color: rgb(28,82,10); }
H1.HeaderClassName
{
color: #1C520A;
}
.AnyTagClassName
{
color: #1C520A;
}
</style>
background-color css
<style>
a { background-color: #1C520A; }
a { background-color: rgb(28,82,10); }
div.DivClassName
{
background-color: #1C520A;
}
.BgClassName
{
background-color: #1C520A;
}
</style>
border-color css
<style>
span { border-color: #1C520A; }
span { border-color: rgb(28,82,10); }
td.TdClassName
{
border-color: #1C520A;
}
.TagClassName
{
border-color: #1C520A;
}
</style>