Shades of Myrtle #1F4311
Tints of Myrtle #1F4311
RGB
CMYK
RGB Variations
Color information
#1F4311 (or 0x1F4311) is known color: Myrtle. HEX triplet: 1F, 43 and 11. RGB value is (31,67,17). Sum of RGB (Red+Green+Blue) = 31+67+17=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4311 is #E0BCEE. Grayscale: #323232. Windows color (decimal): -14728431 or 1131295. OLE color: 1131295.
HSL color Cylindrical-coordinate representation of color #1F4311: hue angle of 103.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F4311 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 17 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.74 |
| HSL | 103.2º | 0.6% | 0.16% | - |
| HSV(B) | 103.2º | 0.75% | 0.26% | - |
| XYZ | 2.67 | 4.35 | 1.23 | - |
| YUV | 50.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 17 | 0.54 | 0 | 0.75 | 0.74 | 103.2 | 0.6 | 0.16 |
| Hex | 1F | 43 | 11 | 36 | 0 | 4B | 4A | 67 | 3C | 10 |
| Octal | 37 | 103 | 21 | 66 | 0 | 113 | 112 | 147 | 74 | 20 |
| Binary | 11111 | 1000011 | 10001 | 110110 | 0 | 1001011 | 1001010 | 1100111 | 111100 | 10000 |
Color Harmonies of #1F4311
Complementary color
Monochromatic Colors of #1F4311
Black with #1F4311
Text Example
Text Example
White with #1F4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4311; }
p { color: rgb(31,67,17); }
H1.HeaderClassName
{
color: #1F4311;
}
.AnyTagClassName
{
color: #1F4311;
}
</style>
background-color css
<style>
a { background-color: #1F4311; }
a { background-color: rgb(31,67,17); }
div.DivClassName
{
background-color: #1F4311;
}
.BgClassName
{
background-color: #1F4311;
}
</style>
border-color css
<style>
span { border-color: #1F4311; }
span { border-color: rgb(31,67,17); }
td.TdClassName
{
border-color: #1F4311;
}
.TagClassName
{
border-color: #1F4311;
}
</style>