Shades of Myrtle #1F610A
Tints of Myrtle #1F610A
RGB
CMYK
RGB Variations
Color information
#1F610A (or 0x1F610A) is known color: Myrtle. HEX triplet: 1F, 61 and 0A. RGB value is (31,97,10). Sum of RGB (Red+Green+Blue) = 31+97+10=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #1F610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F610A is #E09EF5. Grayscale: #434343. Windows color (decimal): -14720758 or 680223. OLE color: 680223.
HSL color Cylindrical-coordinate representation of color #1F610A: hue angle of 105.52º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F610A is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 10 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.62 |
| HSL | 105.52º | 0.81% | 0.21% | - |
| HSV(B) | 105.52º | 0.9% | 0.38% | - |
| XYZ | 4.89 | 8.86 | 1.74 | - |
| YUV | 67.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 10 | 0.68 | 0 | 0.90 | 0.62 | 105.52 | 0.81 | 0.21 |
| Hex | 1F | 61 | A | 44 | 0 | 5A | 3E | 6A | 51 | 15 |
| Octal | 37 | 141 | 12 | 104 | 0 | 132 | 76 | 152 | 121 | 25 |
| Binary | 11111 | 1100001 | 1010 | 1000100 | 0 | 1011010 | 111110 | 1101010 | 1010001 | 10101 |
Color Harmonies of #1F610A
Complementary color
Monochromatic Colors of #1F610A
Black with #1F610A
Text Example
Text Example
White with #1F610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F610A; }
p { color: rgb(31,97,10); }
H1.HeaderClassName
{
color: #1F610A;
}
.AnyTagClassName
{
color: #1F610A;
}
</style>
background-color css
<style>
a { background-color: #1F610A; }
a { background-color: rgb(31,97,10); }
div.DivClassName
{
background-color: #1F610A;
}
.BgClassName
{
background-color: #1F610A;
}
</style>
border-color css
<style>
span { border-color: #1F610A; }
span { border-color: rgb(31,97,10); }
td.TdClassName
{
border-color: #1F610A;
}
.TagClassName
{
border-color: #1F610A;
}
</style>