Shades of Myrtle #1F5310
Tints of Myrtle #1F5310
RGB
CMYK
RGB Variations
Color information
#1F5310 (or 0x1F5310) is known color: Myrtle. HEX triplet: 1F, 53 and 10. RGB value is (31,83,16). Sum of RGB (Red+Green+Blue) = 31+83+16=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5310 is #E0ACEF. Grayscale: #3C3C3C. Windows color (decimal): -14724336 or 1069855. OLE color: 1069855.
HSL color Cylindrical-coordinate representation of color #1F5310: hue angle of 106.57º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5310 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 16 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.67 |
| HSL | 106.57º | 0.68% | 0.19% | - |
| HSV(B) | 106.57º | 0.81% | 0.33% | - |
| XYZ | 3.75 | 6.52 | 1.55 | - |
| YUV | 59.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 16 | 0.63 | 0 | 0.81 | 0.67 | 106.57 | 0.68 | 0.19 |
| Hex | 1F | 53 | 10 | 3F | 0 | 51 | 43 | 6B | 44 | 13 |
| Octal | 37 | 123 | 20 | 77 | 0 | 121 | 103 | 153 | 104 | 23 |
| Binary | 11111 | 1010011 | 10000 | 111111 | 0 | 1010001 | 1000011 | 1101011 | 1000100 | 10011 |
Color Harmonies of #1F5310
Complementary color
Monochromatic Colors of #1F5310
Black with #1F5310
Text Example
Text Example
White with #1F5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5310; }
p { color: rgb(31,83,16); }
H1.HeaderClassName
{
color: #1F5310;
}
.AnyTagClassName
{
color: #1F5310;
}
</style>
background-color css
<style>
a { background-color: #1F5310; }
a { background-color: rgb(31,83,16); }
div.DivClassName
{
background-color: #1F5310;
}
.BgClassName
{
background-color: #1F5310;
}
</style>
border-color css
<style>
span { border-color: #1F5310; }
span { border-color: rgb(31,83,16); }
td.TdClassName
{
border-color: #1F5310;
}
.TagClassName
{
border-color: #1F5310;
}
</style>