Shades of Myrtle #1F6314
Tints of Myrtle #1F6314
RGB
CMYK
RGB Variations
Color information
#1F6314 (or 0x1F6314) is known color: Myrtle. HEX triplet: 1F, 63 and 14. RGB value is (31,99,20). Sum of RGB (Red+Green+Blue) = 31+99+20=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6314 is #E09CEB. Grayscale: #454545. Windows color (decimal): -14720236 or 1336095. OLE color: 1336095.
HSL color Cylindrical-coordinate representation of color #1F6314: hue angle of 111.65º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F6314 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 20 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.61 |
| HSL | 111.65º | 0.66% | 0.23% | - |
| HSV(B) | 111.65º | 0.8% | 0.39% | - |
| XYZ | 5.15 | 9.27 | 2.18 | - |
| YUV | 69.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 20 | 0.69 | 0 | 0.80 | 0.61 | 111.65 | 0.66 | 0.23 |
| Hex | 1F | 63 | 14 | 45 | 0 | 50 | 3D | 70 | 42 | 17 |
| Octal | 37 | 143 | 24 | 105 | 0 | 120 | 75 | 160 | 102 | 27 |
| Binary | 11111 | 1100011 | 10100 | 1000101 | 0 | 1010000 | 111101 | 1110000 | 1000010 | 10111 |
Color Harmonies of #1F6314
Complementary color
Monochromatic Colors of #1F6314
Black with #1F6314
Text Example
Text Example
White with #1F6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6314; }
p { color: rgb(31,99,20); }
H1.HeaderClassName
{
color: #1F6314;
}
.AnyTagClassName
{
color: #1F6314;
}
</style>
background-color css
<style>
a { background-color: #1F6314; }
a { background-color: rgb(31,99,20); }
div.DivClassName
{
background-color: #1F6314;
}
.BgClassName
{
background-color: #1F6314;
}
</style>
border-color css
<style>
span { border-color: #1F6314; }
span { border-color: rgb(31,99,20); }
td.TdClassName
{
border-color: #1F6314;
}
.TagClassName
{
border-color: #1F6314;
}
</style>