Shades of Myrtle #1F650A
Tints of Myrtle #1F650A
RGB
CMYK
RGB Variations
Color information
#1F650A (or 0x1F650A) is known color: Myrtle. HEX triplet: 1F, 65 and 0A. RGB value is (31,101,10). Sum of RGB (Red+Green+Blue) = 31+101+10=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #1F650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F650A is #E09AF5. Grayscale: #454545. Windows color (decimal): -14719734 or 681247. OLE color: 681247.
HSL color Cylindrical-coordinate representation of color #1F650A: hue angle of 106.15º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F650A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 10 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.60 |
| HSL | 106.15º | 0.82% | 0.22% | - |
| HSV(B) | 106.15º | 0.9% | 0.4% | - |
| XYZ | 5.27 | 9.62 | 1.87 | - |
| YUV | 69.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 10 | 0.69 | 0 | 0.90 | 0.60 | 106.15 | 0.82 | 0.22 |
| Hex | 1F | 65 | A | 45 | 0 | 5A | 3C | 6A | 52 | 16 |
| Octal | 37 | 145 | 12 | 105 | 0 | 132 | 74 | 152 | 122 | 26 |
| Binary | 11111 | 1100101 | 1010 | 1000101 | 0 | 1011010 | 111100 | 1101010 | 1010010 | 10110 |
Color Harmonies of #1F650A
Complementary color
Monochromatic Colors of #1F650A
Black with #1F650A
Text Example
Text Example
White with #1F650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F650A; }
p { color: rgb(31,101,10); }
H1.HeaderClassName
{
color: #1F650A;
}
.AnyTagClassName
{
color: #1F650A;
}
</style>
background-color css
<style>
a { background-color: #1F650A; }
a { background-color: rgb(31,101,10); }
div.DivClassName
{
background-color: #1F650A;
}
.BgClassName
{
background-color: #1F650A;
}
</style>
border-color css
<style>
span { border-color: #1F650A; }
span { border-color: rgb(31,101,10); }
td.TdClassName
{
border-color: #1F650A;
}
.TagClassName
{
border-color: #1F650A;
}
</style>