Shades of Myrtle #1C4908
Tints of Myrtle #1C4908
RGB
CMYK
RGB Variations
Color information
#1C4908 (or 0x1C4908) is known color: Myrtle. HEX triplet: 1C, 49 and 08. RGB value is (28,73,8). Sum of RGB (Red+Green+Blue) = 28+73+8=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4908 is #E3B6F7. Grayscale: #343434. Windows color (decimal): -14923512 or 543004. OLE color: 543004.
HSL color Cylindrical-coordinate representation of color #1C4908: hue angle of 101.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C4908 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 8 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.71 |
| HSL | 101.54º | 0.8% | 0.16% | - |
| HSV(B) | 101.54º | 0.89% | 0.29% | - |
| XYZ | 2.91 | 5.03 | 1.05 | - |
| YUV | 52.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 8 | 0.62 | 0 | 0.89 | 0.71 | 101.54 | 0.8 | 0.16 |
| Hex | 1C | 49 | 8 | 3E | 0 | 59 | 47 | 66 | 50 | 10 |
| Octal | 34 | 111 | 10 | 76 | 0 | 131 | 107 | 146 | 120 | 20 |
| Binary | 11100 | 1001001 | 1000 | 111110 | 0 | 1011001 | 1000111 | 1100110 | 1010000 | 10000 |
Color Harmonies of #1C4908
Complementary color
Monochromatic Colors of #1C4908
Black with #1C4908
Text Example
Text Example
White with #1C4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4908; }
p { color: rgb(28,73,8); }
H1.HeaderClassName
{
color: #1C4908;
}
.AnyTagClassName
{
color: #1C4908;
}
</style>
background-color css
<style>
a { background-color: #1C4908; }
a { background-color: rgb(28,73,8); }
div.DivClassName
{
background-color: #1C4908;
}
.BgClassName
{
background-color: #1C4908;
}
</style>
border-color css
<style>
span { border-color: #1C4908; }
span { border-color: rgb(28,73,8); }
td.TdClassName
{
border-color: #1C4908;
}
.TagClassName
{
border-color: #1C4908;
}
</style>