Shades of Myrtle #1D440B
Tints of Myrtle #1D440B
RGB
CMYK
RGB Variations
Color information
#1D440B (or 0x1D440B) is known color: Myrtle. HEX triplet: 1D, 44 and 0B. RGB value is (29,68,11). Sum of RGB (Red+Green+Blue) = 29+68+11=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #1D440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D440B is #E2BBF4. Grayscale: #323232. Windows color (decimal): -14859253 or 738333. OLE color: 738333.
HSL color Cylindrical-coordinate representation of color #1D440B: hue angle of 101.05º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D440B is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 11 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.73 |
| HSL | 101.05º | 0.72% | 0.15% | - |
| HSV(B) | 101.05º | 0.84% | 0.27% | - |
| XYZ | 2.63 | 4.42 | 1.03 | - |
| YUV | 49.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 11 | 0.57 | 0 | 0.84 | 0.73 | 101.05 | 0.72 | 0.15 |
| Hex | 1D | 44 | B | 39 | 0 | 54 | 49 | 65 | 48 | F |
| Octal | 35 | 104 | 13 | 71 | 0 | 124 | 111 | 145 | 110 | 17 |
| Binary | 11101 | 1000100 | 1011 | 111001 | 0 | 1010100 | 1001001 | 1100101 | 1001000 | 1111 |
Color Harmonies of #1D440B
Complementary color
Monochromatic Colors of #1D440B
Black with #1D440B
Text Example
Text Example
White with #1D440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D440B; }
p { color: rgb(29,68,11); }
H1.HeaderClassName
{
color: #1D440B;
}
.AnyTagClassName
{
color: #1D440B;
}
</style>
background-color css
<style>
a { background-color: #1D440B; }
a { background-color: rgb(29,68,11); }
div.DivClassName
{
background-color: #1D440B;
}
.BgClassName
{
background-color: #1D440B;
}
</style>
border-color css
<style>
span { border-color: #1D440B; }
span { border-color: rgb(29,68,11); }
td.TdClassName
{
border-color: #1D440B;
}
.TagClassName
{
border-color: #1D440B;
}
</style>