Shades of Myrtle #1D4F0D
Tints of Myrtle #1D4F0D
RGB
CMYK
RGB Variations
Color information
#1D4F0D (or 0x1D4F0D) is known color: Myrtle. HEX triplet: 1D, 4F and 0D. RGB value is (29,79,13). Sum of RGB (Red+Green+Blue) = 29+79+13=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D4F0D is #E2B0F2. Grayscale: #383838. Windows color (decimal): -14856435 or 872221. OLE color: 872221.
HSL color Cylindrical-coordinate representation of color #1D4F0D: hue angle of 105.45º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4F0D is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 13 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.69 |
| HSL | 105.45º | 0.72% | 0.18% | - |
| HSV(B) | 105.45º | 0.84% | 0.31% | - |
| XYZ | 3.38 | 5.88 | 1.34 | - |
| YUV | 56.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 13 | 0.63 | 0 | 0.84 | 0.69 | 105.45 | 0.72 | 0.18 |
| Hex | 1D | 4F | D | 3F | 0 | 54 | 45 | 69 | 48 | 12 |
| Octal | 35 | 117 | 15 | 77 | 0 | 124 | 105 | 151 | 110 | 22 |
| Binary | 11101 | 1001111 | 1101 | 111111 | 0 | 1010100 | 1000101 | 1101001 | 1001000 | 10010 |
Color Harmonies of #1D4F0D
Complementary color
Monochromatic Colors of #1D4F0D
Black with #1D4F0D
Text Example
Text Example
White with #1D4F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F0D; }
p { color: rgb(29,79,13); }
H1.HeaderClassName
{
color: #1D4F0D;
}
.AnyTagClassName
{
color: #1D4F0D;
}
</style>
background-color css
<style>
a { background-color: #1D4F0D; }
a { background-color: rgb(29,79,13); }
div.DivClassName
{
background-color: #1D4F0D;
}
.BgClassName
{
background-color: #1D4F0D;
}
</style>
border-color css
<style>
span { border-color: #1D4F0D; }
span { border-color: rgb(29,79,13); }
td.TdClassName
{
border-color: #1D4F0D;
}
.TagClassName
{
border-color: #1D4F0D;
}
</style>