Shades of Myrtle #1F4010
Tints of Myrtle #1F4010
RGB
CMYK
RGB Variations
Color information
#1F4010 (or 0x1F4010) is known color: Myrtle. HEX triplet: 1F, 40 and 10. RGB value is (31,64,16). Sum of RGB (Red+Green+Blue) = 31+64+16=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4010 is #E0BFEF. Grayscale: #303030. Windows color (decimal): -14729200 or 1064991. OLE color: 1064991.
HSL color Cylindrical-coordinate representation of color #1F4010: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F4010 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 16 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.75 |
| HSL | 101.25º | 0.6% | 0.16% | - |
| HSV(B) | 101.25º | 0.75% | 0.25% | - |
| XYZ | 2.49 | 4 | 1.13 | - |
| YUV | 48.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 16 | 0.52 | 0 | 0.75 | 0.75 | 101.25 | 0.6 | 0.16 |
| Hex | 1F | 40 | 10 | 34 | 0 | 4B | 4B | 65 | 3C | 10 |
| Octal | 37 | 100 | 20 | 64 | 0 | 113 | 113 | 145 | 74 | 20 |
| Binary | 11111 | 1000000 | 10000 | 110100 | 0 | 1001011 | 1001011 | 1100101 | 111100 | 10000 |
Color Harmonies of #1F4010
Complementary color
Monochromatic Colors of #1F4010
Black with #1F4010
Text Example
Text Example
White with #1F4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4010; }
p { color: rgb(31,64,16); }
H1.HeaderClassName
{
color: #1F4010;
}
.AnyTagClassName
{
color: #1F4010;
}
</style>
background-color css
<style>
a { background-color: #1F4010; }
a { background-color: rgb(31,64,16); }
div.DivClassName
{
background-color: #1F4010;
}
.BgClassName
{
background-color: #1F4010;
}
</style>
border-color css
<style>
span { border-color: #1F4010; }
span { border-color: rgb(31,64,16); }
td.TdClassName
{
border-color: #1F4010;
}
.TagClassName
{
border-color: #1F4010;
}
</style>