Shades of Myrtle #1F5201
Tints of Myrtle #1F5201
RGB
CMYK
RGB Variations
Color information
#1F5201 (or 0x1F5201) is known color: Myrtle. HEX triplet: 1F, 52 and 01. RGB value is (31,82,1). Sum of RGB (Red+Green+Blue) = 31+82+1=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5201 is #E0ADFE. Grayscale: #393939. Windows color (decimal): -14724607 or 86559. OLE color: 86559.
HSL color Cylindrical-coordinate representation of color #1F5201: hue angle of 97.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F5201 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.68 |
| HSL | 97.78º | 0.98% | 0.16% | - |
| HSV(B) | 97.78º | 0.99% | 0.32% | - |
| XYZ | 3.59 | 6.33 | 1.06 | - |
| YUV | 57.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 1 | 0.62 | 0 | 0.99 | 0.68 | 97.78 | 0.98 | 0.16 |
| Hex | 1F | 52 | 1 | 3E | 0 | 63 | 44 | 62 | 62 | 10 |
| Octal | 37 | 122 | 1 | 76 | 0 | 143 | 104 | 142 | 142 | 20 |
| Binary | 11111 | 1010010 | 1 | 111110 | 0 | 1100011 | 1000100 | 1100010 | 1100010 | 10000 |
Color Harmonies of #1F5201
Complementary color
Monochromatic Colors of #1F5201
Black with #1F5201
Text Example
Text Example
White with #1F5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5201; }
p { color: rgb(31,82,1); }
H1.HeaderClassName
{
color: #1F5201;
}
.AnyTagClassName
{
color: #1F5201;
}
</style>
background-color css
<style>
a { background-color: #1F5201; }
a { background-color: rgb(31,82,1); }
div.DivClassName
{
background-color: #1F5201;
}
.BgClassName
{
background-color: #1F5201;
}
</style>
border-color css
<style>
span { border-color: #1F5201; }
span { border-color: rgb(31,82,1); }
td.TdClassName
{
border-color: #1F5201;
}
.TagClassName
{
border-color: #1F5201;
}
</style>