Shades of Myrtle #1F670D
Tints of Myrtle #1F670D
RGB
CMYK
RGB Variations
Color information
#1F670D (or 0x1F670D) is known color: Myrtle. HEX triplet: 1F, 67 and 0D. RGB value is (31,103,13). Sum of RGB (Red+Green+Blue) = 31+103+13=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #1F670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F670D is #E098F2. Grayscale: #474747. Windows color (decimal): -14719219 or 878367. OLE color: 878367.
HSL color Cylindrical-coordinate representation of color #1F670D: hue angle of 108º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F670D is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 103 | 13 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.60 |
| HSL | 108º | 0.78% | 0.23% | - |
| HSV(B) | 108º | 0.87% | 0.4% | - |
| XYZ | 5.49 | 10.02 | 2.03 | - |
| YUV | 71.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 13 | 0.70 | 0 | 0.87 | 0.60 | 108 | 0.78 | 0.23 |
| Hex | 1F | 67 | D | 46 | 0 | 57 | 3C | 6C | 4E | 17 |
| Octal | 37 | 147 | 15 | 106 | 0 | 127 | 74 | 154 | 116 | 27 |
| Binary | 11111 | 1100111 | 1101 | 1000110 | 0 | 1010111 | 111100 | 1101100 | 1001110 | 10111 |
Color Harmonies of #1F670D
Complementary color
Monochromatic Colors of #1F670D
Black with #1F670D
Text Example
Text Example
White with #1F670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F670D; }
p { color: rgb(31,103,13); }
H1.HeaderClassName
{
color: #1F670D;
}
.AnyTagClassName
{
color: #1F670D;
}
</style>
background-color css
<style>
a { background-color: #1F670D; }
a { background-color: rgb(31,103,13); }
div.DivClassName
{
background-color: #1F670D;
}
.BgClassName
{
background-color: #1F670D;
}
</style>
border-color css
<style>
span { border-color: #1F670D; }
span { border-color: rgb(31,103,13); }
td.TdClassName
{
border-color: #1F670D;
}
.TagClassName
{
border-color: #1F670D;
}
</style>