Shades of Myrtle #1F640A
Tints of Myrtle #1F640A
RGB
CMYK
RGB Variations
Color information
#1F640A (or 0x1F640A) is known color: Myrtle. HEX triplet: 1F, 64 and 0A. RGB value is (31,100,10). Sum of RGB (Red+Green+Blue) = 31+100+10=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #1F640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F640A is #E09BF5. Grayscale: #454545. Windows color (decimal): -14719990 or 680991. OLE color: 680991.
HSL color Cylindrical-coordinate representation of color #1F640A: hue angle of 106º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F640A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 100 | 10 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.61 |
| HSL | 106º | 0.82% | 0.22% | - |
| HSV(B) | 106º | 0.9% | 0.39% | - |
| XYZ | 5.18 | 9.43 | 1.83 | - |
| YUV | 69.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 10 | 0.69 | 0 | 0.90 | 0.61 | 106 | 0.82 | 0.22 |
| Hex | 1F | 64 | A | 45 | 0 | 5A | 3D | 6A | 52 | 16 |
| Octal | 37 | 144 | 12 | 105 | 0 | 132 | 75 | 152 | 122 | 26 |
| Binary | 11111 | 1100100 | 1010 | 1000101 | 0 | 1011010 | 111101 | 1101010 | 1010010 | 10110 |
Color Harmonies of #1F640A
Complementary color
Monochromatic Colors of #1F640A
Black with #1F640A
Text Example
Text Example
White with #1F640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F640A; }
p { color: rgb(31,100,10); }
H1.HeaderClassName
{
color: #1F640A;
}
.AnyTagClassName
{
color: #1F640A;
}
</style>
background-color css
<style>
a { background-color: #1F640A; }
a { background-color: rgb(31,100,10); }
div.DivClassName
{
background-color: #1F640A;
}
.BgClassName
{
background-color: #1F640A;
}
</style>
border-color css
<style>
span { border-color: #1F640A; }
span { border-color: rgb(31,100,10); }
td.TdClassName
{
border-color: #1F640A;
}
.TagClassName
{
border-color: #1F640A;
}
</style>