Shades of Myrtle #1D5304
Tints of Myrtle #1D5304
RGB
CMYK
RGB Variations
Color information
#1D5304 (or 0x1D5304) is known color: Myrtle. HEX triplet: 1D, 53 and 04. RGB value is (29,83,4). Sum of RGB (Red+Green+Blue) = 29+83+4=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5304 is #E2ACFB. Grayscale: #3A3A3A. Windows color (decimal): -14855420 or 283421. OLE color: 283421.
HSL color Cylindrical-coordinate representation of color #1D5304: hue angle of 101.01º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D5304 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 4 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.67 |
| HSL | 101.01º | 0.91% | 0.17% | - |
| HSV(B) | 101.01º | 0.95% | 0.33% | - |
| XYZ | 3.62 | 6.46 | 1.17 | - |
| YUV | 57.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 4 | 0.65 | 0 | 0.95 | 0.67 | 101.01 | 0.91 | 0.17 |
| Hex | 1D | 53 | 4 | 41 | 0 | 5F | 43 | 65 | 5B | 11 |
| Octal | 35 | 123 | 4 | 101 | 0 | 137 | 103 | 145 | 133 | 21 |
| Binary | 11101 | 1010011 | 100 | 1000001 | 0 | 1011111 | 1000011 | 1100101 | 1011011 | 10001 |
Color Harmonies of #1D5304
Complementary color
Monochromatic Colors of #1D5304
Black with #1D5304
Text Example
Text Example
White with #1D5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5304; }
p { color: rgb(29,83,4); }
H1.HeaderClassName
{
color: #1D5304;
}
.AnyTagClassName
{
color: #1D5304;
}
</style>
background-color css
<style>
a { background-color: #1D5304; }
a { background-color: rgb(29,83,4); }
div.DivClassName
{
background-color: #1D5304;
}
.BgClassName
{
background-color: #1D5304;
}
</style>
border-color css
<style>
span { border-color: #1D5304; }
span { border-color: rgb(29,83,4); }
td.TdClassName
{
border-color: #1D5304;
}
.TagClassName
{
border-color: #1D5304;
}
</style>