Shades of Myrtle #1F4621
Tints of Myrtle #1F4621
RGB
CMYK
RGB Variations
Color information
#1F4621 (or 0x1F4621) is known color: Myrtle. HEX triplet: 1F, 46 and 21. RGB value is (31,70,33). Sum of RGB (Red+Green+Blue) = 31+70+33=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4621 is #E0B9DE. Grayscale: #363636. Windows color (decimal): -14727647 or 2180639. OLE color: 2180639.
HSL color Cylindrical-coordinate representation of color #1F4621: hue angle of 123.08º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4621 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 70 | 33 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.73 |
| HSL | 123.08º | 0.39% | 0.2% | - |
| HSV(B) | 123.08º | 0.56% | 0.27% | - |
| XYZ | 3.03 | 4.78 | 2.2 | - |
| YUV | 54.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 33 | 0.56 | 0 | 0.53 | 0.73 | 123.08 | 0.39 | 0.2 |
| Hex | 1F | 46 | 21 | 38 | 0 | 35 | 49 | 7B | 27 | 14 |
| Octal | 37 | 106 | 41 | 70 | 0 | 65 | 111 | 173 | 47 | 24 |
| Binary | 11111 | 1000110 | 100001 | 111000 | 0 | 110101 | 1001001 | 1111011 | 100111 | 10100 |
Color Harmonies of #1F4621
Complementary color
Monochromatic Colors of #1F4621
Black with #1F4621
Text Example
Text Example
White with #1F4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4621; }
p { color: rgb(31,70,33); }
H1.HeaderClassName
{
color: #1F4621;
}
.AnyTagClassName
{
color: #1F4621;
}
</style>
background-color css
<style>
a { background-color: #1F4621; }
a { background-color: rgb(31,70,33); }
div.DivClassName
{
background-color: #1F4621;
}
.BgClassName
{
background-color: #1F4621;
}
</style>
border-color css
<style>
span { border-color: #1F4621; }
span { border-color: rgb(31,70,33); }
td.TdClassName
{
border-color: #1F4621;
}
.TagClassName
{
border-color: #1F4621;
}
</style>