Shades of Myrtle #1F4510
Tints of Myrtle #1F4510
RGB
CMYK
RGB Variations
Color information
#1F4510 (or 0x1F4510) is known color: Myrtle. HEX triplet: 1F, 45 and 10. RGB value is (31,69,16). Sum of RGB (Red+Green+Blue) = 31+69+16=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4510 is #E0BAEF. Grayscale: #333333. Windows color (decimal): -14727920 or 1066271. OLE color: 1066271.
HSL color Cylindrical-coordinate representation of color #1F4510: hue angle of 103.02º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4510 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 16 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.73 |
| HSL | 103.02º | 0.62% | 0.17% | - |
| HSV(B) | 103.02º | 0.77% | 0.27% | - |
| XYZ | 2.79 | 4.58 | 1.23 | - |
| YUV | 51.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 16 | 0.55 | 0 | 0.77 | 0.73 | 103.02 | 0.62 | 0.17 |
| Hex | 1F | 45 | 10 | 37 | 0 | 4D | 49 | 67 | 3E | 11 |
| Octal | 37 | 105 | 20 | 67 | 0 | 115 | 111 | 147 | 76 | 21 |
| Binary | 11111 | 1000101 | 10000 | 110111 | 0 | 1001101 | 1001001 | 1100111 | 111110 | 10001 |
Color Harmonies of #1F4510
Complementary color
Monochromatic Colors of #1F4510
Black with #1F4510
Text Example
Text Example
White with #1F4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4510; }
p { color: rgb(31,69,16); }
H1.HeaderClassName
{
color: #1F4510;
}
.AnyTagClassName
{
color: #1F4510;
}
</style>
background-color css
<style>
a { background-color: #1F4510; }
a { background-color: rgb(31,69,16); }
div.DivClassName
{
background-color: #1F4510;
}
.BgClassName
{
background-color: #1F4510;
}
</style>
border-color css
<style>
span { border-color: #1F4510; }
span { border-color: rgb(31,69,16); }
td.TdClassName
{
border-color: #1F4510;
}
.TagClassName
{
border-color: #1F4510;
}
</style>