Shades of Myrtle #1D510B
Tints of Myrtle #1D510B
RGB
CMYK
RGB Variations
Color information
#1D510B (or 0x1D510B) is known color: Myrtle. HEX triplet: 1D, 51 and 0B. RGB value is (29,81,11). Sum of RGB (Red+Green+Blue) = 29+81+11=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #1D510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D510B is #E2AEF4. Grayscale: #393939. Windows color (decimal): -14855925 or 741661. OLE color: 741661.
HSL color Cylindrical-coordinate representation of color #1D510B: hue angle of 104.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D510B is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 11 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.68 |
| HSL | 104.57º | 0.76% | 0.18% | - |
| HSV(B) | 104.57º | 0.86% | 0.32% | - |
| XYZ | 3.51 | 6.17 | 1.32 | - |
| YUV | 57.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 11 | 0.64 | 0 | 0.86 | 0.68 | 104.57 | 0.76 | 0.18 |
| Hex | 1D | 51 | B | 40 | 0 | 56 | 44 | 69 | 4C | 12 |
| Octal | 35 | 121 | 13 | 100 | 0 | 126 | 104 | 151 | 114 | 22 |
| Binary | 11101 | 1010001 | 1011 | 1000000 | 0 | 1010110 | 1000100 | 1101001 | 1001100 | 10010 |
Color Harmonies of #1D510B
Complementary color
Monochromatic Colors of #1D510B
Black with #1D510B
Text Example
Text Example
White with #1D510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D510B; }
p { color: rgb(29,81,11); }
H1.HeaderClassName
{
color: #1D510B;
}
.AnyTagClassName
{
color: #1D510B;
}
</style>
background-color css
<style>
a { background-color: #1D510B; }
a { background-color: rgb(29,81,11); }
div.DivClassName
{
background-color: #1D510B;
}
.BgClassName
{
background-color: #1D510B;
}
</style>
border-color css
<style>
span { border-color: #1D510B; }
span { border-color: rgb(29,81,11); }
td.TdClassName
{
border-color: #1D510B;
}
.TagClassName
{
border-color: #1D510B;
}
</style>