Shades of Myrtle #1F5221
Tints of Myrtle #1F5221
RGB
CMYK
RGB Variations
Color information
#1F5221 (or 0x1F5221) is known color: Myrtle. HEX triplet: 1F, 52 and 21. RGB value is (31,82,33). Sum of RGB (Red+Green+Blue) = 31+82+33=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5221 is #E0ADDE. Grayscale: #3D3D3D. Windows color (decimal): -14724575 or 2183711. OLE color: 2183711.
HSL color Cylindrical-coordinate representation of color #1F5221: hue angle of 122.35º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5221 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 33 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.68 |
| HSL | 122.35º | 0.45% | 0.22% | - |
| HSV(B) | 122.35º | 0.62% | 0.32% | - |
| XYZ | 3.86 | 6.44 | 2.48 | - |
| YUV | 61.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 33 | 0.62 | 0 | 0.60 | 0.68 | 122.35 | 0.45 | 0.22 |
| Hex | 1F | 52 | 21 | 3E | 0 | 3C | 44 | 7A | 2D | 16 |
| Octal | 37 | 122 | 41 | 76 | 0 | 74 | 104 | 172 | 55 | 26 |
| Binary | 11111 | 1010010 | 100001 | 111110 | 0 | 111100 | 1000100 | 1111010 | 101101 | 10110 |
Color Harmonies of #1F5221
Complementary color
Monochromatic Colors of #1F5221
Black with #1F5221
Text Example
Text Example
White with #1F5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5221; }
p { color: rgb(31,82,33); }
H1.HeaderClassName
{
color: #1F5221;
}
.AnyTagClassName
{
color: #1F5221;
}
</style>
background-color css
<style>
a { background-color: #1F5221; }
a { background-color: rgb(31,82,33); }
div.DivClassName
{
background-color: #1F5221;
}
.BgClassName
{
background-color: #1F5221;
}
</style>
border-color css
<style>
span { border-color: #1F5221; }
span { border-color: rgb(31,82,33); }
td.TdClassName
{
border-color: #1F5221;
}
.TagClassName
{
border-color: #1F5221;
}
</style>