Shades of Myrtle #1F530D
Tints of Myrtle #1F530D
RGB
CMYK
RGB Variations
Color information
#1F530D (or 0x1F530D) is known color: Myrtle. HEX triplet: 1F, 53 and 0D. RGB value is (31,83,13). Sum of RGB (Red+Green+Blue) = 31+83+13=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #1F530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F530D is #E0ACF2. Grayscale: #3B3B3B. Windows color (decimal): -14724339 or 873247. OLE color: 873247.
HSL color Cylindrical-coordinate representation of color #1F530D: hue angle of 104.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F530D is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 13 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.67 |
| HSL | 104.57º | 0.73% | 0.19% | - |
| HSV(B) | 104.57º | 0.84% | 0.33% | - |
| XYZ | 3.73 | 6.51 | 1.44 | - |
| YUV | 59.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 13 | 0.63 | 0 | 0.84 | 0.67 | 104.57 | 0.73 | 0.19 |
| Hex | 1F | 53 | D | 3F | 0 | 54 | 43 | 69 | 49 | 13 |
| Octal | 37 | 123 | 15 | 77 | 0 | 124 | 103 | 151 | 111 | 23 |
| Binary | 11111 | 1010011 | 1101 | 111111 | 0 | 1010100 | 1000011 | 1101001 | 1001001 | 10011 |
Color Harmonies of #1F530D
Complementary color
Monochromatic Colors of #1F530D
Black with #1F530D
Text Example
Text Example
White with #1F530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F530D; }
p { color: rgb(31,83,13); }
H1.HeaderClassName
{
color: #1F530D;
}
.AnyTagClassName
{
color: #1F530D;
}
</style>
background-color css
<style>
a { background-color: #1F530D; }
a { background-color: rgb(31,83,13); }
div.DivClassName
{
background-color: #1F530D;
}
.BgClassName
{
background-color: #1F530D;
}
</style>
border-color css
<style>
span { border-color: #1F530D; }
span { border-color: rgb(31,83,13); }
td.TdClassName
{
border-color: #1F530D;
}
.TagClassName
{
border-color: #1F530D;
}
</style>