Shades of Myrtle #1C4919
Tints of Myrtle #1C4919
RGB
CMYK
RGB Variations
Color information
#1C4919 (or 0x1C4919) is known color: Myrtle. HEX triplet: 1C, 49 and 19. RGB value is (28,73,25). Sum of RGB (Red+Green+Blue) = 28+73+25=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4919 is #E3B6E6. Grayscale: #363636. Windows color (decimal): -14923495 or 1657116. OLE color: 1657116.
HSL color Cylindrical-coordinate representation of color #1C4919: hue angle of 116.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4919 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 73 | 25 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.71 |
| HSL | 116.25º | 0.49% | 0.19% | - |
| HSV(B) | 116.25º | 0.66% | 0.29% | - |
| XYZ | 3.04 | 5.08 | 1.74 | - |
| YUV | 54.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 25 | 0.62 | 0 | 0.66 | 0.71 | 116.25 | 0.49 | 0.19 |
| Hex | 1C | 49 | 19 | 3E | 0 | 42 | 47 | 74 | 31 | 13 |
| Octal | 34 | 111 | 31 | 76 | 0 | 102 | 107 | 164 | 61 | 23 |
| Binary | 11100 | 1001001 | 11001 | 111110 | 0 | 1000010 | 1000111 | 1110100 | 110001 | 10011 |
Color Harmonies of #1C4919
Complementary color
Monochromatic Colors of #1C4919
Black with #1C4919
Text Example
Text Example
White with #1C4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4919; }
p { color: rgb(28,73,25); }
H1.HeaderClassName
{
color: #1C4919;
}
.AnyTagClassName
{
color: #1C4919;
}
</style>
background-color css
<style>
a { background-color: #1C4919; }
a { background-color: rgb(28,73,25); }
div.DivClassName
{
background-color: #1C4919;
}
.BgClassName
{
background-color: #1C4919;
}
</style>
border-color css
<style>
span { border-color: #1C4919; }
span { border-color: rgb(28,73,25); }
td.TdClassName
{
border-color: #1C4919;
}
.TagClassName
{
border-color: #1C4919;
}
</style>