Shades of Myrtle #1F5311
Tints of Myrtle #1F5311
RGB
CMYK
RGB Variations
Color information
#1F5311 (or 0x1F5311) is known color: Myrtle. HEX triplet: 1F, 53 and 11. RGB value is (31,83,17). Sum of RGB (Red+Green+Blue) = 31+83+17=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5311 is #E0ACEE. Grayscale: #3C3C3C. Windows color (decimal): -14724335 or 1135391. OLE color: 1135391.
HSL color Cylindrical-coordinate representation of color #1F5311: hue angle of 107.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F5311 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 17 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.67 |
| HSL | 107.27º | 0.66% | 0.2% | - |
| HSV(B) | 107.27º | 0.8% | 0.33% | - |
| XYZ | 3.76 | 6.52 | 1.59 | - |
| YUV | 59.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 17 | 0.63 | 0 | 0.80 | 0.67 | 107.27 | 0.66 | 0.2 |
| Hex | 1F | 53 | 11 | 3F | 0 | 50 | 43 | 6B | 42 | 14 |
| Octal | 37 | 123 | 21 | 77 | 0 | 120 | 103 | 153 | 102 | 24 |
| Binary | 11111 | 1010011 | 10001 | 111111 | 0 | 1010000 | 1000011 | 1101011 | 1000010 | 10100 |
Color Harmonies of #1F5311
Complementary color
Monochromatic Colors of #1F5311
Black with #1F5311
Text Example
Text Example
White with #1F5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5311; }
p { color: rgb(31,83,17); }
H1.HeaderClassName
{
color: #1F5311;
}
.AnyTagClassName
{
color: #1F5311;
}
</style>
background-color css
<style>
a { background-color: #1F5311; }
a { background-color: rgb(31,83,17); }
div.DivClassName
{
background-color: #1F5311;
}
.BgClassName
{
background-color: #1F5311;
}
</style>
border-color css
<style>
span { border-color: #1F5311; }
span { border-color: rgb(31,83,17); }
td.TdClassName
{
border-color: #1F5311;
}
.TagClassName
{
border-color: #1F5311;
}
</style>