Shades of Myrtle #1D4313
Tints of Myrtle #1D4313
RGB
CMYK
RGB Variations
Color information
#1D4313 (or 0x1D4313) is known color: Myrtle. HEX triplet: 1D, 43 and 13. RGB value is (29,67,19). Sum of RGB (Red+Green+Blue) = 29+67+19=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4313 is #E2BCEC. Grayscale: #323232. Windows color (decimal): -14859501 or 1262365. OLE color: 1262365.
HSL color Cylindrical-coordinate representation of color #1D4313: hue angle of 107.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4313 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 19 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.74 |
| HSL | 107.5º | 0.56% | 0.17% | - |
| HSV(B) | 107.5º | 0.72% | 0.26% | - |
| XYZ | 2.63 | 4.32 | 1.31 | - |
| YUV | 50.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 19 | 0.57 | 0 | 0.72 | 0.74 | 107.5 | 0.56 | 0.17 |
| Hex | 1D | 43 | 13 | 39 | 0 | 48 | 4A | 6C | 38 | 11 |
| Octal | 35 | 103 | 23 | 71 | 0 | 110 | 112 | 154 | 70 | 21 |
| Binary | 11101 | 1000011 | 10011 | 111001 | 0 | 1001000 | 1001010 | 1101100 | 111000 | 10001 |
Color Harmonies of #1D4313
Complementary color
Monochromatic Colors of #1D4313
Black with #1D4313
Text Example
Text Example
White with #1D4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4313; }
p { color: rgb(29,67,19); }
H1.HeaderClassName
{
color: #1D4313;
}
.AnyTagClassName
{
color: #1D4313;
}
</style>
background-color css
<style>
a { background-color: #1D4313; }
a { background-color: rgb(29,67,19); }
div.DivClassName
{
background-color: #1D4313;
}
.BgClassName
{
background-color: #1D4313;
}
</style>
border-color css
<style>
span { border-color: #1D4313; }
span { border-color: rgb(29,67,19); }
td.TdClassName
{
border-color: #1D4313;
}
.TagClassName
{
border-color: #1D4313;
}
</style>