Shades of Myrtle #1F4618
Tints of Myrtle #1F4618
RGB
CMYK
RGB Variations
Color information
#1F4618 (or 0x1F4618) is known color: Myrtle. HEX triplet: 1F, 46 and 18. RGB value is (31,70,24). Sum of RGB (Red+Green+Blue) = 31+70+24=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4618 is #E0B9E7. Grayscale: #353535. Windows color (decimal): -14727656 or 1590815. OLE color: 1590815.
HSL color Cylindrical-coordinate representation of color #1F4618: hue angle of 110.87º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F4618 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 70 | 24 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.73 |
| HSL | 110.87º | 0.49% | 0.18% | - |
| HSV(B) | 110.87º | 0.66% | 0.27% | - |
| XYZ | 2.92 | 4.74 | 1.62 | - |
| YUV | 53.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 24 | 0.56 | 0 | 0.66 | 0.73 | 110.87 | 0.49 | 0.18 |
| Hex | 1F | 46 | 18 | 38 | 0 | 42 | 49 | 6F | 31 | 12 |
| Octal | 37 | 106 | 30 | 70 | 0 | 102 | 111 | 157 | 61 | 22 |
| Binary | 11111 | 1000110 | 11000 | 111000 | 0 | 1000010 | 1001001 | 1101111 | 110001 | 10010 |
Color Harmonies of #1F4618
Complementary color
Monochromatic Colors of #1F4618
Black with #1F4618
Text Example
Text Example
White with #1F4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4618; }
p { color: rgb(31,70,24); }
H1.HeaderClassName
{
color: #1F4618;
}
.AnyTagClassName
{
color: #1F4618;
}
</style>
background-color css
<style>
a { background-color: #1F4618; }
a { background-color: rgb(31,70,24); }
div.DivClassName
{
background-color: #1F4618;
}
.BgClassName
{
background-color: #1F4618;
}
</style>
border-color css
<style>
span { border-color: #1F4618; }
span { border-color: rgb(31,70,24); }
td.TdClassName
{
border-color: #1F4618;
}
.TagClassName
{
border-color: #1F4618;
}
</style>