Shades of Myrtle #1C640A
Tints of Myrtle #1C640A
RGB
CMYK
RGB Variations
Color information
#1C640A (or 0x1C640A) is known color: Myrtle. HEX triplet: 1C, 64 and 0A. RGB value is (28,100,10). Sum of RGB (Red+Green+Blue) = 28+100+10=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #1C640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C640A is #E39BF5. Grayscale: #444444. Windows color (decimal): -14916598 or 680988. OLE color: 680988.
HSL color Cylindrical-coordinate representation of color #1C640A: hue angle of 108º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C640A is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 100 | 10 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.61 |
| HSL | 108º | 0.82% | 0.22% | - |
| HSV(B) | 108º | 0.9% | 0.39% | - |
| XYZ | 5.09 | 9.38 | 1.83 | - |
| YUV | 68.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 10 | 0.72 | 0 | 0.90 | 0.61 | 108 | 0.82 | 0.22 |
| Hex | 1C | 64 | A | 48 | 0 | 5A | 3D | 6C | 52 | 16 |
| Octal | 34 | 144 | 12 | 110 | 0 | 132 | 75 | 154 | 122 | 26 |
| Binary | 11100 | 1100100 | 1010 | 1001000 | 0 | 1011010 | 111101 | 1101100 | 1010010 | 10110 |
Color Harmonies of #1C640A
Complementary color
Monochromatic Colors of #1C640A
Black with #1C640A
Text Example
Text Example
White with #1C640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C640A; }
p { color: rgb(28,100,10); }
H1.HeaderClassName
{
color: #1C640A;
}
.AnyTagClassName
{
color: #1C640A;
}
</style>
background-color css
<style>
a { background-color: #1C640A; }
a { background-color: rgb(28,100,10); }
div.DivClassName
{
background-color: #1C640A;
}
.BgClassName
{
background-color: #1C640A;
}
</style>
border-color css
<style>
span { border-color: #1C640A; }
span { border-color: rgb(28,100,10); }
td.TdClassName
{
border-color: #1C640A;
}
.TagClassName
{
border-color: #1C640A;
}
</style>