Shades of Myrtle #1D4B16
Tints of Myrtle #1D4B16
RGB
CMYK
RGB Variations
Color information
#1D4B16 (or 0x1D4B16) is known color: Myrtle. HEX triplet: 1D, 4B and 16. RGB value is (29,75,22). Sum of RGB (Red+Green+Blue) = 29+75+22=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4B16 is #E2B4E9. Grayscale: #373737. Windows color (decimal): -14857450 or 1461021. OLE color: 1461021.
HSL color Cylindrical-coordinate representation of color #1D4B16: hue angle of 112.08º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4B16 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 22 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.71 |
| HSL | 112.08º | 0.55% | 0.19% | - |
| HSV(B) | 112.08º | 0.71% | 0.29% | - |
| XYZ | 3.17 | 5.35 | 1.63 | - |
| YUV | 55.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 22 | 0.61 | 0 | 0.71 | 0.71 | 112.08 | 0.55 | 0.19 |
| Hex | 1D | 4B | 16 | 3D | 0 | 47 | 47 | 70 | 37 | 13 |
| Octal | 35 | 113 | 26 | 75 | 0 | 107 | 107 | 160 | 67 | 23 |
| Binary | 11101 | 1001011 | 10110 | 111101 | 0 | 1000111 | 1000111 | 1110000 | 110111 | 10011 |
Color Harmonies of #1D4B16
Complementary color
Monochromatic Colors of #1D4B16
Black with #1D4B16
Text Example
Text Example
White with #1D4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B16; }
p { color: rgb(29,75,22); }
H1.HeaderClassName
{
color: #1D4B16;
}
.AnyTagClassName
{
color: #1D4B16;
}
</style>
background-color css
<style>
a { background-color: #1D4B16; }
a { background-color: rgb(29,75,22); }
div.DivClassName
{
background-color: #1D4B16;
}
.BgClassName
{
background-color: #1D4B16;
}
</style>
border-color css
<style>
span { border-color: #1D4B16; }
span { border-color: rgb(29,75,22); }
td.TdClassName
{
border-color: #1D4B16;
}
.TagClassName
{
border-color: #1D4B16;
}
</style>