Shades of Myrtle #1F581C
Tints of Myrtle #1F581C
RGB
CMYK
RGB Variations
Color information
#1F581C (or 0x1F581C) is known color: Myrtle. HEX triplet: 1F, 58 and 1C. RGB value is (31,88,28). Sum of RGB (Red+Green+Blue) = 31+88+28=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #1F581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F581C is #E0A7E3. Grayscale: #404040. Windows color (decimal): -14723044 or 1857567. OLE color: 1857567.
HSL color Cylindrical-coordinate representation of color #1F581C: hue angle of 117º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F581C is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 28 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.65 |
| HSL | 117º | 0.52% | 0.23% | - |
| HSV(B) | 117º | 0.68% | 0.35% | - |
| XYZ | 4.26 | 7.35 | 2.29 | - |
| YUV | 64.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 28 | 0.65 | 0 | 0.68 | 0.65 | 117 | 0.52 | 0.23 |
| Hex | 1F | 58 | 1C | 41 | 0 | 44 | 41 | 75 | 34 | 17 |
| Octal | 37 | 130 | 34 | 101 | 0 | 104 | 101 | 165 | 64 | 27 |
| Binary | 11111 | 1011000 | 11100 | 1000001 | 0 | 1000100 | 1000001 | 1110101 | 110100 | 10111 |
Color Harmonies of #1F581C
Complementary color
Monochromatic Colors of #1F581C
Black with #1F581C
Text Example
Text Example
White with #1F581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F581C; }
p { color: rgb(31,88,28); }
H1.HeaderClassName
{
color: #1F581C;
}
.AnyTagClassName
{
color: #1F581C;
}
</style>
background-color css
<style>
a { background-color: #1F581C; }
a { background-color: rgb(31,88,28); }
div.DivClassName
{
background-color: #1F581C;
}
.BgClassName
{
background-color: #1F581C;
}
</style>
border-color css
<style>
span { border-color: #1F581C; }
span { border-color: rgb(31,88,28); }
td.TdClassName
{
border-color: #1F581C;
}
.TagClassName
{
border-color: #1F581C;
}
</style>