Shades of Myrtle #1F5510
Tints of Myrtle #1F5510
RGB
CMYK
RGB Variations
Color information
#1F5510 (or 0x1F5510) is known color: Myrtle. HEX triplet: 1F, 55 and 10. RGB value is (31,85,16). Sum of RGB (Red+Green+Blue) = 31+85+16=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5510 is #E0AAEF. Grayscale: #3D3D3D. Windows color (decimal): -14723824 or 1070367. OLE color: 1070367.
HSL color Cylindrical-coordinate representation of color #1F5510: hue angle of 106.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5510 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 16 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.67 |
| HSL | 106.96º | 0.68% | 0.2% | - |
| HSV(B) | 106.96º | 0.81% | 0.33% | - |
| XYZ | 3.91 | 6.83 | 1.6 | - |
| YUV | 60.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 16 | 0.64 | 0 | 0.81 | 0.67 | 106.96 | 0.68 | 0.2 |
| Hex | 1F | 55 | 10 | 40 | 0 | 51 | 43 | 6B | 44 | 14 |
| Octal | 37 | 125 | 20 | 100 | 0 | 121 | 103 | 153 | 104 | 24 |
| Binary | 11111 | 1010101 | 10000 | 1000000 | 0 | 1010001 | 1000011 | 1101011 | 1000100 | 10100 |
Color Harmonies of #1F5510
Complementary color
Monochromatic Colors of #1F5510
Black with #1F5510
Text Example
Text Example
White with #1F5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5510; }
p { color: rgb(31,85,16); }
H1.HeaderClassName
{
color: #1F5510;
}
.AnyTagClassName
{
color: #1F5510;
}
</style>
background-color css
<style>
a { background-color: #1F5510; }
a { background-color: rgb(31,85,16); }
div.DivClassName
{
background-color: #1F5510;
}
.BgClassName
{
background-color: #1F5510;
}
</style>
border-color css
<style>
span { border-color: #1F5510; }
span { border-color: rgb(31,85,16); }
td.TdClassName
{
border-color: #1F5510;
}
.TagClassName
{
border-color: #1F5510;
}
</style>