Shades of Myrtle #1F5320
Tints of Myrtle #1F5320
RGB
CMYK
RGB Variations
Color information
#1F5320 (or 0x1F5320) is known color: Myrtle. HEX triplet: 1F, 53 and 20. RGB value is (31,83,32). Sum of RGB (Red+Green+Blue) = 31+83+32=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5320 is #E0ACDF. Grayscale: #3D3D3D. Windows color (decimal): -14724320 or 2118431. OLE color: 2118431.
HSL color Cylindrical-coordinate representation of color #1F5320: hue angle of 121.15º 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 #1F5320 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 32 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.67 |
| HSL | 121.15º | 0.46% | 0.22% | - |
| HSV(B) | 121.15º | 0.63% | 0.33% | - |
| XYZ | 3.92 | 6.58 | 2.43 | - |
| YUV | 61.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 32 | 0.63 | 0 | 0.61 | 0.67 | 121.15 | 0.46 | 0.22 |
| Hex | 1F | 53 | 20 | 3F | 0 | 3D | 43 | 79 | 2E | 16 |
| Octal | 37 | 123 | 40 | 77 | 0 | 75 | 103 | 171 | 56 | 26 |
| Binary | 11111 | 1010011 | 100000 | 111111 | 0 | 111101 | 1000011 | 1111001 | 101110 | 10110 |
Color Harmonies of #1F5320
Complementary color
Monochromatic Colors of #1F5320
Black with #1F5320
Text Example
Text Example
White with #1F5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5320; }
p { color: rgb(31,83,32); }
H1.HeaderClassName
{
color: #1F5320;
}
.AnyTagClassName
{
color: #1F5320;
}
</style>
background-color css
<style>
a { background-color: #1F5320; }
a { background-color: rgb(31,83,32); }
div.DivClassName
{
background-color: #1F5320;
}
.BgClassName
{
background-color: #1F5320;
}
</style>
border-color css
<style>
span { border-color: #1F5320; }
span { border-color: rgb(31,83,32); }
td.TdClassName
{
border-color: #1F5320;
}
.TagClassName
{
border-color: #1F5320;
}
</style>