Shades of Myrtle #1D521F
Tints of Myrtle #1D521F
RGB
CMYK
RGB Variations
Color information
#1D521F (or 0x1D521F) is known color: Myrtle. HEX triplet: 1D, 52 and 1F. RGB value is (29,82,31). Sum of RGB (Red+Green+Blue) = 29+82+31=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #1D521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D521F is #E2ADE0. Grayscale: #3C3C3C. Windows color (decimal): -14855649 or 2052637. OLE color: 2052637.
HSL color Cylindrical-coordinate representation of color #1D521F: hue angle of 122.26º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D521F is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 31 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.68 |
| HSL | 122.26º | 0.48% | 0.22% | - |
| HSV(B) | 122.26º | 0.65% | 0.32% | - |
| XYZ | 3.77 | 6.39 | 2.33 | - |
| YUV | 60.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 31 | 0.65 | 0 | 0.62 | 0.68 | 122.26 | 0.48 | 0.22 |
| Hex | 1D | 52 | 1F | 41 | 0 | 3E | 44 | 7A | 30 | 16 |
| Octal | 35 | 122 | 37 | 101 | 0 | 76 | 104 | 172 | 60 | 26 |
| Binary | 11101 | 1010010 | 11111 | 1000001 | 0 | 111110 | 1000100 | 1111010 | 110000 | 10110 |
Color Harmonies of #1D521F
Complementary color
Monochromatic Colors of #1D521F
Black with #1D521F
Text Example
Text Example
White with #1D521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D521F; }
p { color: rgb(29,82,31); }
H1.HeaderClassName
{
color: #1D521F;
}
.AnyTagClassName
{
color: #1D521F;
}
</style>
background-color css
<style>
a { background-color: #1D521F; }
a { background-color: rgb(29,82,31); }
div.DivClassName
{
background-color: #1D521F;
}
.BgClassName
{
background-color: #1D521F;
}
</style>
border-color css
<style>
span { border-color: #1D521F; }
span { border-color: rgb(29,82,31); }
td.TdClassName
{
border-color: #1D521F;
}
.TagClassName
{
border-color: #1D521F;
}
</style>