Shades of Myrtle #1C4706
Tints of Myrtle #1C4706
RGB
CMYK
RGB Variations
Color information
#1C4706 (or 0x1C4706) is known color: Myrtle. HEX triplet: 1C, 47 and 06. RGB value is (28,71,6). Sum of RGB (Red+Green+Blue) = 28+71+6=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4706 is #E3B8F9. Grayscale: #323232. Windows color (decimal): -14924026 or 411420. OLE color: 411420.
HSL color Cylindrical-coordinate representation of color #1C4706: hue angle of 99.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C4706 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 71 | 6 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.72 |
| HSL | 99.69º | 0.84% | 0.15% | - |
| HSV(B) | 99.69º | 0.92% | 0.28% | - |
| XYZ | 2.76 | 4.77 | 0.95 | - |
| YUV | 50.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 6 | 0.61 | 0 | 0.92 | 0.72 | 99.69 | 0.84 | 0.15 |
| Hex | 1C | 47 | 6 | 3D | 0 | 5C | 48 | 64 | 54 | F |
| Octal | 34 | 107 | 6 | 75 | 0 | 134 | 110 | 144 | 124 | 17 |
| Binary | 11100 | 1000111 | 110 | 111101 | 0 | 1011100 | 1001000 | 1100100 | 1010100 | 1111 |
Color Harmonies of #1C4706
Complementary color
Monochromatic Colors of #1C4706
Black with #1C4706
Text Example
Text Example
White with #1C4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4706; }
p { color: rgb(28,71,6); }
H1.HeaderClassName
{
color: #1C4706;
}
.AnyTagClassName
{
color: #1C4706;
}
</style>
background-color css
<style>
a { background-color: #1C4706; }
a { background-color: rgb(28,71,6); }
div.DivClassName
{
background-color: #1C4706;
}
.BgClassName
{
background-color: #1C4706;
}
</style>
border-color css
<style>
span { border-color: #1C4706; }
span { border-color: rgb(28,71,6); }
td.TdClassName
{
border-color: #1C4706;
}
.TagClassName
{
border-color: #1C4706;
}
</style>