Shades of Myrtle #1F5516
Tints of Myrtle #1F5516
RGB
CMYK
RGB Variations
Color information
#1F5516 (or 0x1F5516) is known color: Myrtle. HEX triplet: 1F, 55 and 16. RGB value is (31,85,22). Sum of RGB (Red+Green+Blue) = 31+85+22=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5516 is #E0AAE9. Grayscale: #3D3D3D. Windows color (decimal): -14723818 or 1463583. OLE color: 1463583.
HSL color Cylindrical-coordinate representation of color #1F5516: hue angle of 111.43º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5516 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 22 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.67 |
| HSL | 111.43º | 0.59% | 0.21% | - |
| HSV(B) | 111.43º | 0.74% | 0.33% | - |
| XYZ | 3.96 | 6.85 | 1.87 | - |
| YUV | 61.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 22 | 0.64 | 0 | 0.74 | 0.67 | 111.43 | 0.59 | 0.21 |
| Hex | 1F | 55 | 16 | 40 | 0 | 4A | 43 | 6F | 3B | 15 |
| Octal | 37 | 125 | 26 | 100 | 0 | 112 | 103 | 157 | 73 | 25 |
| Binary | 11111 | 1010101 | 10110 | 1000000 | 0 | 1001010 | 1000011 | 1101111 | 111011 | 10101 |
Color Harmonies of #1F5516
Complementary color
Monochromatic Colors of #1F5516
Black with #1F5516
Text Example
Text Example
White with #1F5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5516; }
p { color: rgb(31,85,22); }
H1.HeaderClassName
{
color: #1F5516;
}
.AnyTagClassName
{
color: #1F5516;
}
</style>
background-color css
<style>
a { background-color: #1F5516; }
a { background-color: rgb(31,85,22); }
div.DivClassName
{
background-color: #1F5516;
}
.BgClassName
{
background-color: #1F5516;
}
</style>
border-color css
<style>
span { border-color: #1F5516; }
span { border-color: rgb(31,85,22); }
td.TdClassName
{
border-color: #1F5516;
}
.TagClassName
{
border-color: #1F5516;
}
</style>