Shades of Myrtle #1D3419
Tints of Myrtle #1D3419
RGB
CMYK
RGB Variations
Color information
#1D3419 (or 0x1D3419) is known color: Myrtle. HEX triplet: 1D, 34 and 19. RGB value is (29,52,25). Sum of RGB (Red+Green+Blue) = 29+52+25=106 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.36% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3419 is #E2CBE6. Grayscale: #2A2A2A. Windows color (decimal): -14863335 or 1651741. OLE color: 1651741.
HSL color Cylindrical-coordinate representation of color #1D3419: hue angle of 111.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3419 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 25 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.80 |
| HSL | 111.11º | 0.35% | 0.15% | - |
| HSV(B) | 111.11º | 0.52% | 0.2% | - |
| XYZ | 1.91 | 2.79 | 1.36 | - |
| YUV | 42.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 25 | 0.44 | 0 | 0.52 | 0.80 | 111.11 | 0.35 | 0.15 |
| Hex | 1D | 34 | 19 | 2C | 0 | 34 | 50 | 6F | 23 | F |
| Octal | 35 | 64 | 31 | 54 | 0 | 64 | 120 | 157 | 43 | 17 |
| Binary | 11101 | 110100 | 11001 | 101100 | 0 | 110100 | 1010000 | 1101111 | 100011 | 1111 |
Color Harmonies of #1D3419
Complementary color
Monochromatic Colors of #1D3419
Black with #1D3419
Text Example
Text Example
White with #1D3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3419; }
p { color: rgb(29,52,25); }
H1.HeaderClassName
{
color: #1D3419;
}
.AnyTagClassName
{
color: #1D3419;
}
</style>
background-color css
<style>
a { background-color: #1D3419; }
a { background-color: rgb(29,52,25); }
div.DivClassName
{
background-color: #1D3419;
}
.BgClassName
{
background-color: #1D3419;
}
</style>
border-color css
<style>
span { border-color: #1D3419; }
span { border-color: rgb(29,52,25); }
td.TdClassName
{
border-color: #1D3419;
}
.TagClassName
{
border-color: #1D3419;
}
</style>