Shades of Myrtle #1F4013
Tints of Myrtle #1F4013
RGB
CMYK
RGB Variations
Color information
#1F4013 (or 0x1F4013) is known color: Myrtle. HEX triplet: 1F, 40 and 13. RGB value is (31,64,19). Sum of RGB (Red+Green+Blue) = 31+64+19=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4013 is #E0BFEC. Grayscale: #313131. Windows color (decimal): -14729197 or 1261599. OLE color: 1261599.
HSL color Cylindrical-coordinate representation of color #1F4013: hue angle of 104º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4013 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 19 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.75 |
| HSL | 104º | 0.54% | 0.16% | - |
| HSV(B) | 104º | 0.7% | 0.25% | - |
| XYZ | 2.52 | 4.01 | 1.26 | - |
| YUV | 49 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 19 | 0.52 | 0 | 0.70 | 0.75 | 104 | 0.54 | 0.16 |
| Hex | 1F | 40 | 13 | 34 | 0 | 46 | 4B | 68 | 36 | 10 |
| Octal | 37 | 100 | 23 | 64 | 0 | 106 | 113 | 150 | 66 | 20 |
| Binary | 11111 | 1000000 | 10011 | 110100 | 0 | 1000110 | 1001011 | 1101000 | 110110 | 10000 |
Color Harmonies of #1F4013
Complementary color
Monochromatic Colors of #1F4013
Black with #1F4013
Text Example
Text Example
White with #1F4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4013; }
p { color: rgb(31,64,19); }
H1.HeaderClassName
{
color: #1F4013;
}
.AnyTagClassName
{
color: #1F4013;
}
</style>
background-color css
<style>
a { background-color: #1F4013; }
a { background-color: rgb(31,64,19); }
div.DivClassName
{
background-color: #1F4013;
}
.BgClassName
{
background-color: #1F4013;
}
</style>
border-color css
<style>
span { border-color: #1F4013; }
span { border-color: rgb(31,64,19); }
td.TdClassName
{
border-color: #1F4013;
}
.TagClassName
{
border-color: #1F4013;
}
</style>