Shades of Myrtle #1C4822
Tints of Myrtle #1C4822
RGB
CMYK
RGB Variations
Color information
#1C4822 (or 0x1C4822) is known color: Myrtle. HEX triplet: 1C, 48 and 22. RGB value is (28,72,34). Sum of RGB (Red+Green+Blue) = 28+72+34=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4822 is #E3B7DD. Grayscale: #363636. Windows color (decimal): -14923742 or 2246684. OLE color: 2246684.
HSL color Cylindrical-coordinate representation of color #1C4822: hue angle of 128.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4822 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 34 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.72 |
| HSL | 128.18º | 0.44% | 0.2% | - |
| HSV(B) | 128.18º | 0.61% | 0.28% | - |
| XYZ | 3.08 | 5 | 2.32 | - |
| YUV | 54.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 34 | 0.61 | 0 | 0.53 | 0.72 | 128.18 | 0.44 | 0.2 |
| Hex | 1C | 48 | 22 | 3D | 0 | 35 | 48 | 80 | 2C | 14 |
| Octal | 34 | 110 | 42 | 75 | 0 | 65 | 110 | 200 | 54 | 24 |
| Binary | 11100 | 1001000 | 100010 | 111101 | 0 | 110101 | 1001000 | 10000000 | 101100 | 10100 |
Color Harmonies of #1C4822
Complementary color
Monochromatic Colors of #1C4822
Black with #1C4822
Text Example
Text Example
White with #1C4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4822; }
p { color: rgb(28,72,34); }
H1.HeaderClassName
{
color: #1C4822;
}
.AnyTagClassName
{
color: #1C4822;
}
</style>
background-color css
<style>
a { background-color: #1C4822; }
a { background-color: rgb(28,72,34); }
div.DivClassName
{
background-color: #1C4822;
}
.BgClassName
{
background-color: #1C4822;
}
</style>
border-color css
<style>
span { border-color: #1C4822; }
span { border-color: rgb(28,72,34); }
td.TdClassName
{
border-color: #1C4822;
}
.TagClassName
{
border-color: #1C4822;
}
</style>