Shades of Myrtle #1D521A
Tints of Myrtle #1D521A
RGB
CMYK
RGB Variations
Color information
#1D521A (or 0x1D521A) is known color: Myrtle. HEX triplet: 1D, 52 and 1A. RGB value is (29,82,26). Sum of RGB (Red+Green+Blue) = 29+82+26=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #1D521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D521A is #E2ADE5. Grayscale: #3B3B3B. Windows color (decimal): -14855654 or 1724957. OLE color: 1724957.
HSL color Cylindrical-coordinate representation of color #1D521A: hue angle of 116.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D521A is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 26 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.68 |
| HSL | 116.79º | 0.52% | 0.21% | - |
| HSV(B) | 116.79º | 0.68% | 0.32% | - |
| XYZ | 3.71 | 6.37 | 2.01 | - |
| YUV | 59.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 26 | 0.65 | 0 | 0.68 | 0.68 | 116.79 | 0.52 | 0.21 |
| Hex | 1D | 52 | 1A | 41 | 0 | 44 | 44 | 75 | 34 | 15 |
| Octal | 35 | 122 | 32 | 101 | 0 | 104 | 104 | 165 | 64 | 25 |
| Binary | 11101 | 1010010 | 11010 | 1000001 | 0 | 1000100 | 1000100 | 1110101 | 110100 | 10101 |
Color Harmonies of #1D521A
Complementary color
Monochromatic Colors of #1D521A
Black with #1D521A
Text Example
Text Example
White with #1D521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D521A; }
p { color: rgb(29,82,26); }
H1.HeaderClassName
{
color: #1D521A;
}
.AnyTagClassName
{
color: #1D521A;
}
</style>
background-color css
<style>
a { background-color: #1D521A; }
a { background-color: rgb(29,82,26); }
div.DivClassName
{
background-color: #1D521A;
}
.BgClassName
{
background-color: #1D521A;
}
</style>
border-color css
<style>
span { border-color: #1D521A; }
span { border-color: rgb(29,82,26); }
td.TdClassName
{
border-color: #1D521A;
}
.TagClassName
{
border-color: #1D521A;
}
</style>