Shades of Myrtle #1F5321
Tints of Myrtle #1F5321
RGB
CMYK
RGB Variations
Color information
#1F5321 (or 0x1F5321) is known color: Myrtle. HEX triplet: 1F, 53 and 21. RGB value is (31,83,33). Sum of RGB (Red+Green+Blue) = 31+83+33=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5321 is #E0ACDE. Grayscale: #3D3D3D. Windows color (decimal): -14724319 or 2183967. OLE color: 2183967.
HSL color Cylindrical-coordinate representation of color #1F5321: hue angle of 122.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5321 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 33 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.67 |
| HSL | 122.31º | 0.46% | 0.22% | - |
| HSV(B) | 122.31º | 0.63% | 0.33% | - |
| XYZ | 3.93 | 6.59 | 2.5 | - |
| YUV | 61.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 33 | 0.63 | 0 | 0.60 | 0.67 | 122.31 | 0.46 | 0.22 |
| Hex | 1F | 53 | 21 | 3F | 0 | 3C | 43 | 7A | 2E | 16 |
| Octal | 37 | 123 | 41 | 77 | 0 | 74 | 103 | 172 | 56 | 26 |
| Binary | 11111 | 1010011 | 100001 | 111111 | 0 | 111100 | 1000011 | 1111010 | 101110 | 10110 |
Color Harmonies of #1F5321
Complementary color
Monochromatic Colors of #1F5321
Black with #1F5321
Text Example
Text Example
White with #1F5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5321; }
p { color: rgb(31,83,33); }
H1.HeaderClassName
{
color: #1F5321;
}
.AnyTagClassName
{
color: #1F5321;
}
</style>
background-color css
<style>
a { background-color: #1F5321; }
a { background-color: rgb(31,83,33); }
div.DivClassName
{
background-color: #1F5321;
}
.BgClassName
{
background-color: #1F5321;
}
</style>
border-color css
<style>
span { border-color: #1F5321; }
span { border-color: rgb(31,83,33); }
td.TdClassName
{
border-color: #1F5321;
}
.TagClassName
{
border-color: #1F5321;
}
</style>