Shades of Myrtle #1F5316
Tints of Myrtle #1F5316
RGB
CMYK
RGB Variations
Color information
#1F5316 (or 0x1F5316) is known color: Myrtle. HEX triplet: 1F, 53 and 16. RGB value is (31,83,22). Sum of RGB (Red+Green+Blue) = 31+83+22=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5316 is #E0ACE9. Grayscale: #3C3C3C. Windows color (decimal): -14724330 or 1463071. OLE color: 1463071.
HSL color Cylindrical-coordinate representation of color #1F5316: hue angle of 111.15º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5316 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 22 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.67 |
| HSL | 111.15º | 0.58% | 0.21% | - |
| HSV(B) | 111.15º | 0.73% | 0.33% | - |
| XYZ | 3.8 | 6.54 | 1.82 | - |
| YUV | 60.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 22 | 0.63 | 0 | 0.73 | 0.67 | 111.15 | 0.58 | 0.21 |
| Hex | 1F | 53 | 16 | 3F | 0 | 49 | 43 | 6F | 3A | 15 |
| Octal | 37 | 123 | 26 | 77 | 0 | 111 | 103 | 157 | 72 | 25 |
| Binary | 11111 | 1010011 | 10110 | 111111 | 0 | 1001001 | 1000011 | 1101111 | 111010 | 10101 |
Color Harmonies of #1F5316
Complementary color
Monochromatic Colors of #1F5316
Black with #1F5316
Text Example
Text Example
White with #1F5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5316; }
p { color: rgb(31,83,22); }
H1.HeaderClassName
{
color: #1F5316;
}
.AnyTagClassName
{
color: #1F5316;
}
</style>
background-color css
<style>
a { background-color: #1F5316; }
a { background-color: rgb(31,83,22); }
div.DivClassName
{
background-color: #1F5316;
}
.BgClassName
{
background-color: #1F5316;
}
</style>
border-color css
<style>
span { border-color: #1F5316; }
span { border-color: rgb(31,83,22); }
td.TdClassName
{
border-color: #1F5316;
}
.TagClassName
{
border-color: #1F5316;
}
</style>