Shades of Myrtle #1D4B11
Tints of Myrtle #1D4B11
RGB
CMYK
RGB Variations
Color information
#1D4B11 (or 0x1D4B11) is known color: Myrtle. HEX triplet: 1D, 4B and 11. RGB value is (29,75,17). Sum of RGB (Red+Green+Blue) = 29+75+17=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4B11 is #E2B4EE. Grayscale: #363636. Windows color (decimal): -14857455 or 1133341. OLE color: 1133341.
HSL color Cylindrical-coordinate representation of color #1D4B11: hue angle of 107.59º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D4B11 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 17 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.71 |
| HSL | 107.59º | 0.63% | 0.18% | - |
| HSV(B) | 107.59º | 0.77% | 0.29% | - |
| XYZ | 3.12 | 5.33 | 1.4 | - |
| YUV | 54.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 17 | 0.61 | 0 | 0.77 | 0.71 | 107.59 | 0.63 | 0.18 |
| Hex | 1D | 4B | 11 | 3D | 0 | 4D | 47 | 6C | 3F | 12 |
| Octal | 35 | 113 | 21 | 75 | 0 | 115 | 107 | 154 | 77 | 22 |
| Binary | 11101 | 1001011 | 10001 | 111101 | 0 | 1001101 | 1000111 | 1101100 | 111111 | 10010 |
Color Harmonies of #1D4B11
Complementary color
Monochromatic Colors of #1D4B11
Black with #1D4B11
Text Example
Text Example
White with #1D4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B11; }
p { color: rgb(29,75,17); }
H1.HeaderClassName
{
color: #1D4B11;
}
.AnyTagClassName
{
color: #1D4B11;
}
</style>
background-color css
<style>
a { background-color: #1D4B11; }
a { background-color: rgb(29,75,17); }
div.DivClassName
{
background-color: #1D4B11;
}
.BgClassName
{
background-color: #1D4B11;
}
</style>
border-color css
<style>
span { border-color: #1D4B11; }
span { border-color: rgb(29,75,17); }
td.TdClassName
{
border-color: #1D4B11;
}
.TagClassName
{
border-color: #1D4B11;
}
</style>