Shades of Myrtle #1F521D
Tints of Myrtle #1F521D
RGB
CMYK
RGB Variations
Color information
#1F521D (or 0x1F521D) is known color: Myrtle. HEX triplet: 1F, 52 and 1D. RGB value is (31,82,29). Sum of RGB (Red+Green+Blue) = 31+82+29=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #1F521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F521D is #E0ADE2. Grayscale: #3C3C3C. Windows color (decimal): -14724579 or 1921567. OLE color: 1921567.
HSL color Cylindrical-coordinate representation of color #1F521D: hue angle of 117.74º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F521D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 29 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.68 |
| HSL | 117.74º | 0.48% | 0.22% | - |
| HSV(B) | 117.74º | 0.65% | 0.32% | - |
| XYZ | 3.8 | 6.41 | 2.2 | - |
| YUV | 60.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 29 | 0.62 | 0 | 0.65 | 0.68 | 117.74 | 0.48 | 0.22 |
| Hex | 1F | 52 | 1D | 3E | 0 | 41 | 44 | 76 | 30 | 16 |
| Octal | 37 | 122 | 35 | 76 | 0 | 101 | 104 | 166 | 60 | 26 |
| Binary | 11111 | 1010010 | 11101 | 111110 | 0 | 1000001 | 1000100 | 1110110 | 110000 | 10110 |
Color Harmonies of #1F521D
Complementary color
Monochromatic Colors of #1F521D
Black with #1F521D
Text Example
Text Example
White with #1F521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F521D; }
p { color: rgb(31,82,29); }
H1.HeaderClassName
{
color: #1F521D;
}
.AnyTagClassName
{
color: #1F521D;
}
</style>
background-color css
<style>
a { background-color: #1F521D; }
a { background-color: rgb(31,82,29); }
div.DivClassName
{
background-color: #1F521D;
}
.BgClassName
{
background-color: #1F521D;
}
</style>
border-color css
<style>
span { border-color: #1F521D; }
span { border-color: rgb(31,82,29); }
td.TdClassName
{
border-color: #1F521D;
}
.TagClassName
{
border-color: #1F521D;
}
</style>