Shades of Myrtle #1F600D
Tints of Myrtle #1F600D
RGB
CMYK
RGB Variations
Color information
#1F600D (or 0x1F600D) is known color: Myrtle. HEX triplet: 1F, 60 and 0D. RGB value is (31,96,13). Sum of RGB (Red+Green+Blue) = 31+96+13=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #1F600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F600D is #E09FF2. Grayscale: #434343. Windows color (decimal): -14721011 or 876575. OLE color: 876575.
HSL color Cylindrical-coordinate representation of color #1F600D: hue angle of 106.99º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F600D is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 13 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.62 |
| HSL | 106.99º | 0.76% | 0.21% | - |
| HSV(B) | 106.99º | 0.86% | 0.38% | - |
| XYZ | 4.82 | 8.69 | 1.8 | - |
| YUV | 67.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 13 | 0.68 | 0 | 0.86 | 0.62 | 106.99 | 0.76 | 0.21 |
| Hex | 1F | 60 | D | 44 | 0 | 56 | 3E | 6B | 4C | 15 |
| Octal | 37 | 140 | 15 | 104 | 0 | 126 | 76 | 153 | 114 | 25 |
| Binary | 11111 | 1100000 | 1101 | 1000100 | 0 | 1010110 | 111110 | 1101011 | 1001100 | 10101 |
Color Harmonies of #1F600D
Complementary color
Monochromatic Colors of #1F600D
Black with #1F600D
Text Example
Text Example
White with #1F600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F600D; }
p { color: rgb(31,96,13); }
H1.HeaderClassName
{
color: #1F600D;
}
.AnyTagClassName
{
color: #1F600D;
}
</style>
background-color css
<style>
a { background-color: #1F600D; }
a { background-color: rgb(31,96,13); }
div.DivClassName
{
background-color: #1F600D;
}
.BgClassName
{
background-color: #1F600D;
}
</style>
border-color css
<style>
span { border-color: #1F600D; }
span { border-color: rgb(31,96,13); }
td.TdClassName
{
border-color: #1F600D;
}
.TagClassName
{
border-color: #1F600D;
}
</style>