Shades of Myrtle #1D4311
Tints of Myrtle #1D4311
RGB
CMYK
RGB Variations
Color information
#1D4311 (or 0x1D4311) is known color: Myrtle. HEX triplet: 1D, 43 and 11. RGB value is (29,67,17). Sum of RGB (Red+Green+Blue) = 29+67+17=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4311 is #E2BCEE. Grayscale: #323232. Windows color (decimal): -14859503 or 1131293. OLE color: 1131293.
HSL color Cylindrical-coordinate representation of color #1D4311: hue angle of 105.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4311 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 17 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.74 |
| HSL | 105.6º | 0.6% | 0.16% | - |
| HSV(B) | 105.6º | 0.75% | 0.26% | - |
| XYZ | 2.62 | 4.32 | 1.23 | - |
| YUV | 49.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 17 | 0.57 | 0 | 0.75 | 0.74 | 105.6 | 0.6 | 0.16 |
| Hex | 1D | 43 | 11 | 39 | 0 | 4B | 4A | 6A | 3C | 10 |
| Octal | 35 | 103 | 21 | 71 | 0 | 113 | 112 | 152 | 74 | 20 |
| Binary | 11101 | 1000011 | 10001 | 111001 | 0 | 1001011 | 1001010 | 1101010 | 111100 | 10000 |
Color Harmonies of #1D4311
Complementary color
Monochromatic Colors of #1D4311
Black with #1D4311
Text Example
Text Example
White with #1D4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4311; }
p { color: rgb(29,67,17); }
H1.HeaderClassName
{
color: #1D4311;
}
.AnyTagClassName
{
color: #1D4311;
}
</style>
background-color css
<style>
a { background-color: #1D4311; }
a { background-color: rgb(29,67,17); }
div.DivClassName
{
background-color: #1D4311;
}
.BgClassName
{
background-color: #1D4311;
}
</style>
border-color css
<style>
span { border-color: #1D4311; }
span { border-color: rgb(29,67,17); }
td.TdClassName
{
border-color: #1D4311;
}
.TagClassName
{
border-color: #1D4311;
}
</style>