Shades of Myrtle #1F5A15
Tints of Myrtle #1F5A15
RGB
CMYK
RGB Variations
Color information
#1F5A15 (or 0x1F5A15) is known color: Myrtle. HEX triplet: 1F, 5A and 15. RGB value is (31,90,21). Sum of RGB (Red+Green+Blue) = 31+90+21=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5A15 is #E0A5EA. Grayscale: #404040. Windows color (decimal): -14722539 or 1399327. OLE color: 1399327.
HSL color Cylindrical-coordinate representation of color #1F5A15: hue angle of 111.3º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F5A15 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 90 | 21 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.65 |
| HSL | 111.3º | 0.62% | 0.22% | - |
| HSV(B) | 111.3º | 0.77% | 0.35% | - |
| XYZ | 4.36 | 7.66 | 1.96 | - |
| YUV | 64.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 21 | 0.66 | 0 | 0.77 | 0.65 | 111.3 | 0.62 | 0.22 |
| Hex | 1F | 5A | 15 | 42 | 0 | 4D | 41 | 6F | 3E | 16 |
| Octal | 37 | 132 | 25 | 102 | 0 | 115 | 101 | 157 | 76 | 26 |
| Binary | 11111 | 1011010 | 10101 | 1000010 | 0 | 1001101 | 1000001 | 1101111 | 111110 | 10110 |
Color Harmonies of #1F5A15
Complementary color
Monochromatic Colors of #1F5A15
Black with #1F5A15
Text Example
Text Example
White with #1F5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A15; }
p { color: rgb(31,90,21); }
H1.HeaderClassName
{
color: #1F5A15;
}
.AnyTagClassName
{
color: #1F5A15;
}
</style>
background-color css
<style>
a { background-color: #1F5A15; }
a { background-color: rgb(31,90,21); }
div.DivClassName
{
background-color: #1F5A15;
}
.BgClassName
{
background-color: #1F5A15;
}
</style>
border-color css
<style>
span { border-color: #1F5A15; }
span { border-color: rgb(31,90,21); }
td.TdClassName
{
border-color: #1F5A15;
}
.TagClassName
{
border-color: #1F5A15;
}
</style>