Shades of Myrtle #1D4618
Tints of Myrtle #1D4618
RGB
CMYK
RGB Variations
Color information
#1D4618 (or 0x1D4618) is known color: Myrtle. HEX triplet: 1D, 46 and 18. RGB value is (29,70,24). Sum of RGB (Red+Green+Blue) = 29+70+24=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4618 is #E2B9E7. Grayscale: #343434. Windows color (decimal): -14858728 or 1590813. OLE color: 1590813.
HSL color Cylindrical-coordinate representation of color #1D4618: hue angle of 113.48º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4618 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 24 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.73 |
| HSL | 113.48º | 0.49% | 0.18% | - |
| HSV(B) | 113.48º | 0.66% | 0.27% | - |
| XYZ | 2.86 | 4.71 | 1.62 | - |
| YUV | 52.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 24 | 0.59 | 0 | 0.66 | 0.73 | 113.48 | 0.49 | 0.18 |
| Hex | 1D | 46 | 18 | 3B | 0 | 42 | 49 | 71 | 31 | 12 |
| Octal | 35 | 106 | 30 | 73 | 0 | 102 | 111 | 161 | 61 | 22 |
| Binary | 11101 | 1000110 | 11000 | 111011 | 0 | 1000010 | 1001001 | 1110001 | 110001 | 10010 |
Color Harmonies of #1D4618
Complementary color
Monochromatic Colors of #1D4618
Black with #1D4618
Text Example
Text Example
White with #1D4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4618; }
p { color: rgb(29,70,24); }
H1.HeaderClassName
{
color: #1D4618;
}
.AnyTagClassName
{
color: #1D4618;
}
</style>
background-color css
<style>
a { background-color: #1D4618; }
a { background-color: rgb(29,70,24); }
div.DivClassName
{
background-color: #1D4618;
}
.BgClassName
{
background-color: #1D4618;
}
</style>
border-color css
<style>
span { border-color: #1D4618; }
span { border-color: rgb(29,70,24); }
td.TdClassName
{
border-color: #1D4618;
}
.TagClassName
{
border-color: #1D4618;
}
</style>