Shades of Myrtle #1D530B
Tints of Myrtle #1D530B
RGB
CMYK
RGB Variations
Color information
#1D530B (or 0x1D530B) is known color: Myrtle. HEX triplet: 1D, 53 and 0B. RGB value is (29,83,11). Sum of RGB (Red+Green+Blue) = 29+83+11=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #1D530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D530B is #E2ACF4. Grayscale: #3A3A3A. Windows color (decimal): -14855413 or 742173. OLE color: 742173.
HSL color Cylindrical-coordinate representation of color #1D530B: hue angle of 105º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D530B is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 11 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.67 |
| HSL | 105º | 0.77% | 0.18% | - |
| HSV(B) | 105º | 0.87% | 0.33% | - |
| XYZ | 3.66 | 6.47 | 1.37 | - |
| YUV | 58.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 11 | 0.65 | 0 | 0.87 | 0.67 | 105 | 0.77 | 0.18 |
| Hex | 1D | 53 | B | 41 | 0 | 57 | 43 | 69 | 4D | 12 |
| Octal | 35 | 123 | 13 | 101 | 0 | 127 | 103 | 151 | 115 | 22 |
| Binary | 11101 | 1010011 | 1011 | 1000001 | 0 | 1010111 | 1000011 | 1101001 | 1001101 | 10010 |
Color Harmonies of #1D530B
Complementary color
Monochromatic Colors of #1D530B
Black with #1D530B
Text Example
Text Example
White with #1D530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D530B; }
p { color: rgb(29,83,11); }
H1.HeaderClassName
{
color: #1D530B;
}
.AnyTagClassName
{
color: #1D530B;
}
</style>
background-color css
<style>
a { background-color: #1D530B; }
a { background-color: rgb(29,83,11); }
div.DivClassName
{
background-color: #1D530B;
}
.BgClassName
{
background-color: #1D530B;
}
</style>
border-color css
<style>
span { border-color: #1D530B; }
span { border-color: rgb(29,83,11); }
td.TdClassName
{
border-color: #1D530B;
}
.TagClassName
{
border-color: #1D530B;
}
</style>