Shades of Myrtle #1F4009
Tints of Myrtle #1F4009
RGB
CMYK
RGB Variations
Color information
#1F4009 (or 0x1F4009) is known color: Myrtle. HEX triplet: 1F, 40 and 09. RGB value is (31,64,9). Sum of RGB (Red+Green+Blue) = 31+64+9=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4009 is #E0BFF6. Grayscale: #303030. Windows color (decimal): -14729207 or 606239. OLE color: 606239.
HSL color Cylindrical-coordinate representation of color #1F4009: hue angle of 96º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4009 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 9 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.75 |
| HSL | 96º | 0.75% | 0.14% | - |
| HSV(B) | 96º | 0.86% | 0.25% | - |
| XYZ | 2.45 | 3.98 | 0.9 | - |
| YUV | 47.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 9 | 0.52 | 0 | 0.86 | 0.75 | 96 | 0.75 | 0.14 |
| Hex | 1F | 40 | 9 | 34 | 0 | 56 | 4B | 60 | 4B | E |
| Octal | 37 | 100 | 11 | 64 | 0 | 126 | 113 | 140 | 113 | 16 |
| Binary | 11111 | 1000000 | 1001 | 110100 | 0 | 1010110 | 1001011 | 1100000 | 1001011 | 1110 |
Color Harmonies of #1F4009
Complementary color
Monochromatic Colors of #1F4009
Black with #1F4009
Text Example
Text Example
White with #1F4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4009; }
p { color: rgb(31,64,9); }
H1.HeaderClassName
{
color: #1F4009;
}
.AnyTagClassName
{
color: #1F4009;
}
</style>
background-color css
<style>
a { background-color: #1F4009; }
a { background-color: rgb(31,64,9); }
div.DivClassName
{
background-color: #1F4009;
}
.BgClassName
{
background-color: #1F4009;
}
</style>
border-color css
<style>
span { border-color: #1F4009; }
span { border-color: rgb(31,64,9); }
td.TdClassName
{
border-color: #1F4009;
}
.TagClassName
{
border-color: #1F4009;
}
</style>