Shades of Myrtle #1D4B1A
Tints of Myrtle #1D4B1A
RGB
CMYK
RGB Variations
Color information
#1D4B1A (or 0x1D4B1A) is known color: Myrtle. HEX triplet: 1D, 4B and 1A. RGB value is (29,75,26). Sum of RGB (Red+Green+Blue) = 29+75+26=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B1A is #E2B4E5. Grayscale: #373737. Windows color (decimal): -14857446 or 1723165. OLE color: 1723165.
HSL color Cylindrical-coordinate representation of color #1D4B1A: hue angle of 116.33º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4B1A is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 26 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.71 |
| HSL | 116.33º | 0.49% | 0.2% | - |
| HSV(B) | 116.33º | 0.65% | 0.29% | - |
| XYZ | 3.21 | 5.37 | 1.84 | - |
| YUV | 55.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 26 | 0.61 | 0 | 0.65 | 0.71 | 116.33 | 0.49 | 0.2 |
| Hex | 1D | 4B | 1A | 3D | 0 | 41 | 47 | 74 | 31 | 14 |
| Octal | 35 | 113 | 32 | 75 | 0 | 101 | 107 | 164 | 61 | 24 |
| Binary | 11101 | 1001011 | 11010 | 111101 | 0 | 1000001 | 1000111 | 1110100 | 110001 | 10100 |
Color Harmonies of #1D4B1A
Complementary color
Monochromatic Colors of #1D4B1A
Black with #1D4B1A
Text Example
Text Example
White with #1D4B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B1A; }
p { color: rgb(29,75,26); }
H1.HeaderClassName
{
color: #1D4B1A;
}
.AnyTagClassName
{
color: #1D4B1A;
}
</style>
background-color css
<style>
a { background-color: #1D4B1A; }
a { background-color: rgb(29,75,26); }
div.DivClassName
{
background-color: #1D4B1A;
}
.BgClassName
{
background-color: #1D4B1A;
}
</style>
border-color css
<style>
span { border-color: #1D4B1A; }
span { border-color: rgb(29,75,26); }
td.TdClassName
{
border-color: #1D4B1A;
}
.TagClassName
{
border-color: #1D4B1A;
}
</style>