Shades of Myrtle #1F4B24
Tints of Myrtle #1F4B24
RGB
CMYK
RGB Variations
Color information
#1F4B24 (or 0x1F4B24) is known color: Myrtle. HEX triplet: 1F, 4B and 24. RGB value is (31,75,36). Sum of RGB (Red+Green+Blue) = 31+75+36=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4B24 is #E0B4DB. Grayscale: #393939. Windows color (decimal): -14726364 or 2378527. OLE color: 2378527.
HSL color Cylindrical-coordinate representation of color #1F4B24: hue angle of 126.82º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4B24 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 36 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.71 |
| HSL | 126.82º | 0.42% | 0.21% | - |
| HSV(B) | 126.82º | 0.59% | 0.29% | - |
| XYZ | 3.4 | 5.45 | 2.54 | - |
| YUV | 57.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 36 | 0.59 | 0 | 0.52 | 0.71 | 126.82 | 0.42 | 0.21 |
| Hex | 1F | 4B | 24 | 3B | 0 | 34 | 47 | 7F | 2A | 15 |
| Octal | 37 | 113 | 44 | 73 | 0 | 64 | 107 | 177 | 52 | 25 |
| Binary | 11111 | 1001011 | 100100 | 111011 | 0 | 110100 | 1000111 | 1111111 | 101010 | 10101 |
Color Harmonies of #1F4B24
Complementary color
Monochromatic Colors of #1F4B24
Black with #1F4B24
Text Example
Text Example
White with #1F4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B24; }
p { color: rgb(31,75,36); }
H1.HeaderClassName
{
color: #1F4B24;
}
.AnyTagClassName
{
color: #1F4B24;
}
</style>
background-color css
<style>
a { background-color: #1F4B24; }
a { background-color: rgb(31,75,36); }
div.DivClassName
{
background-color: #1F4B24;
}
.BgClassName
{
background-color: #1F4B24;
}
</style>
border-color css
<style>
span { border-color: #1F4B24; }
span { border-color: rgb(31,75,36); }
td.TdClassName
{
border-color: #1F4B24;
}
.TagClassName
{
border-color: #1F4B24;
}
</style>