Shades of Myrtle #1F630E
Tints of Myrtle #1F630E
RGB
CMYK
RGB Variations
Color information
#1F630E (or 0x1F630E) is known color: Myrtle. HEX triplet: 1F, 63 and 0E. RGB value is (31,99,14). Sum of RGB (Red+Green+Blue) = 31+99+14=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #1F630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F630E is #E09CF1. Grayscale: #454545. Windows color (decimal): -14720242 or 942879. OLE color: 942879.
HSL color Cylindrical-coordinate representation of color #1F630E: hue angle of 108º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F630E is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 14 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.61 |
| HSL | 108º | 0.75% | 0.22% | - |
| HSV(B) | 108º | 0.86% | 0.39% | - |
| XYZ | 5.11 | 9.25 | 1.93 | - |
| YUV | 68.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 14 | 0.69 | 0 | 0.86 | 0.61 | 108 | 0.75 | 0.22 |
| Hex | 1F | 63 | E | 45 | 0 | 56 | 3D | 6C | 4B | 16 |
| Octal | 37 | 143 | 16 | 105 | 0 | 126 | 75 | 154 | 113 | 26 |
| Binary | 11111 | 1100011 | 1110 | 1000101 | 0 | 1010110 | 111101 | 1101100 | 1001011 | 10110 |
Color Harmonies of #1F630E
Complementary color
Monochromatic Colors of #1F630E
Black with #1F630E
Text Example
Text Example
White with #1F630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F630E; }
p { color: rgb(31,99,14); }
H1.HeaderClassName
{
color: #1F630E;
}
.AnyTagClassName
{
color: #1F630E;
}
</style>
background-color css
<style>
a { background-color: #1F630E; }
a { background-color: rgb(31,99,14); }
div.DivClassName
{
background-color: #1F630E;
}
.BgClassName
{
background-color: #1F630E;
}
</style>
border-color css
<style>
span { border-color: #1F630E; }
span { border-color: rgb(31,99,14); }
td.TdClassName
{
border-color: #1F630E;
}
.TagClassName
{
border-color: #1F630E;
}
</style>