Shades of Myrtle #1D510C
Tints of Myrtle #1D510C
RGB
CMYK
RGB Variations
Color information
#1D510C (or 0x1D510C) is known color: Myrtle. HEX triplet: 1D, 51 and 0C. RGB value is (29,81,12). Sum of RGB (Red+Green+Blue) = 29+81+12=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #1D510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D510C is #E2AEF3. Grayscale: #393939. Windows color (decimal): -14855924 or 807197. OLE color: 807197.
HSL color Cylindrical-coordinate representation of color #1D510C: hue angle of 105.22º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D510C is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 12 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.68 |
| HSL | 105.22º | 0.74% | 0.18% | - |
| HSV(B) | 105.22º | 0.85% | 0.32% | - |
| XYZ | 3.52 | 6.17 | 1.35 | - |
| YUV | 57.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 12 | 0.64 | 0 | 0.85 | 0.68 | 105.22 | 0.74 | 0.18 |
| Hex | 1D | 51 | C | 40 | 0 | 55 | 44 | 69 | 4A | 12 |
| Octal | 35 | 121 | 14 | 100 | 0 | 125 | 104 | 151 | 112 | 22 |
| Binary | 11101 | 1010001 | 1100 | 1000000 | 0 | 1010101 | 1000100 | 1101001 | 1001010 | 10010 |
Color Harmonies of #1D510C
Complementary color
Monochromatic Colors of #1D510C
Black with #1D510C
Text Example
Text Example
White with #1D510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D510C; }
p { color: rgb(29,81,12); }
H1.HeaderClassName
{
color: #1D510C;
}
.AnyTagClassName
{
color: #1D510C;
}
</style>
background-color css
<style>
a { background-color: #1D510C; }
a { background-color: rgb(29,81,12); }
div.DivClassName
{
background-color: #1D510C;
}
.BgClassName
{
background-color: #1D510C;
}
</style>
border-color css
<style>
span { border-color: #1D510C; }
span { border-color: rgb(29,81,12); }
td.TdClassName
{
border-color: #1D510C;
}
.TagClassName
{
border-color: #1D510C;
}
</style>