Shades of Myrtle #1F5200
Tints of Myrtle #1F5200
RGB
CMYK
RGB Variations
Color information
#1F5200 (or 0x1F5200) is known color: Myrtle. HEX triplet: 1F, 52 and 00. RGB value is (31,82,0). Sum of RGB (Red+Green+Blue) = 31+82+0=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5200 is #E0ADFF. Grayscale: #393939. Windows color (decimal): -14724608 or 21023. OLE color: 21023.
HSL color Cylindrical-coordinate representation of color #1F5200: hue angle of 97.32º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F5200 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.68 |
| HSL | 97.32º | 1% | 0.16% | - |
| HSV(B) | 97.32º | 1% | 0.32% | - |
| XYZ | 3.58 | 6.33 | 1.03 | - |
| YUV | 57.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 0 | 0.62 | 0 | 1 | 0.68 | 97.32 | 1 | 0.16 |
| Hex | 1F | 52 | 0 | 3E | 0 | 64 | 44 | 61 | 64 | 10 |
| Octal | 37 | 122 | 0 | 76 | 0 | 144 | 104 | 141 | 144 | 20 |
| Binary | 11111 | 1010010 | 0 | 111110 | 0 | 1100100 | 1000100 | 1100001 | 1100100 | 10000 |
Color Harmonies of #1F5200
Complementary color
Monochromatic Colors of #1F5200
Black with #1F5200
Text Example
Text Example
White with #1F5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5200; }
p { color: rgb(31,82,0); }
H1.HeaderClassName
{
color: #1F5200;
}
.AnyTagClassName
{
color: #1F5200;
}
</style>
background-color css
<style>
a { background-color: #1F5200; }
a { background-color: rgb(31,82,0); }
div.DivClassName
{
background-color: #1F5200;
}
.BgClassName
{
background-color: #1F5200;
}
</style>
border-color css
<style>
span { border-color: #1F5200; }
span { border-color: rgb(31,82,0); }
td.TdClassName
{
border-color: #1F5200;
}
.TagClassName
{
border-color: #1F5200;
}
</style>