Shades of Myrtle #1F610D
Tints of Myrtle #1F610D
RGB
CMYK
RGB Variations
Color information
#1F610D (or 0x1F610D) is known color: Myrtle. HEX triplet: 1F, 61 and 0D. RGB value is (31,97,13). Sum of RGB (Red+Green+Blue) = 31+97+13=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #1F610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F610D is #E09EF2. Grayscale: #434343. Windows color (decimal): -14720755 or 876831. OLE color: 876831.
HSL color Cylindrical-coordinate representation of color #1F610D: hue angle of 107.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F610D is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 13 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.62 |
| HSL | 107.14º | 0.76% | 0.22% | - |
| HSV(B) | 107.14º | 0.87% | 0.38% | - |
| XYZ | 4.91 | 8.87 | 1.83 | - |
| YUV | 67.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 13 | 0.68 | 0 | 0.87 | 0.62 | 107.14 | 0.76 | 0.22 |
| Hex | 1F | 61 | D | 44 | 0 | 57 | 3E | 6B | 4C | 16 |
| Octal | 37 | 141 | 15 | 104 | 0 | 127 | 76 | 153 | 114 | 26 |
| Binary | 11111 | 1100001 | 1101 | 1000100 | 0 | 1010111 | 111110 | 1101011 | 1001100 | 10110 |
Color Harmonies of #1F610D
Complementary color
Monochromatic Colors of #1F610D
Black with #1F610D
Text Example
Text Example
White with #1F610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F610D; }
p { color: rgb(31,97,13); }
H1.HeaderClassName
{
color: #1F610D;
}
.AnyTagClassName
{
color: #1F610D;
}
</style>
background-color css
<style>
a { background-color: #1F610D; }
a { background-color: rgb(31,97,13); }
div.DivClassName
{
background-color: #1F610D;
}
.BgClassName
{
background-color: #1F610D;
}
</style>
border-color css
<style>
span { border-color: #1F610D; }
span { border-color: rgb(31,97,13); }
td.TdClassName
{
border-color: #1F610D;
}
.TagClassName
{
border-color: #1F610D;
}
</style>