Shades of Myrtle #1F4C25
Tints of Myrtle #1F4C25
RGB
CMYK
RGB Variations
Color information
#1F4C25 (or 0x1F4C25) is known color: Myrtle. HEX triplet: 1F, 4C and 25. RGB value is (31,76,37). Sum of RGB (Red+Green+Blue) = 31+76+37=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C25 is #E0B3DA. Grayscale: #3A3A3A. Windows color (decimal): -14726107 or 2444319. OLE color: 2444319.
HSL color Cylindrical-coordinate representation of color #1F4C25: hue angle of 128º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4C25 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 76 | 37 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.70 |
| HSL | 128º | 0.42% | 0.21% | - |
| HSV(B) | 128º | 0.59% | 0.3% | - |
| XYZ | 3.48 | 5.59 | 2.65 | - |
| YUV | 58.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 37 | 0.59 | 0 | 0.51 | 0.70 | 128 | 0.42 | 0.21 |
| Hex | 1F | 4C | 25 | 3B | 0 | 33 | 46 | 80 | 2A | 15 |
| Octal | 37 | 114 | 45 | 73 | 0 | 63 | 106 | 200 | 52 | 25 |
| Binary | 11111 | 1001100 | 100101 | 111011 | 0 | 110011 | 1000110 | 10000000 | 101010 | 10101 |
Color Harmonies of #1F4C25
Complementary color
Monochromatic Colors of #1F4C25
Black with #1F4C25
Text Example
Text Example
White with #1F4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C25; }
p { color: rgb(31,76,37); }
H1.HeaderClassName
{
color: #1F4C25;
}
.AnyTagClassName
{
color: #1F4C25;
}
</style>
background-color css
<style>
a { background-color: #1F4C25; }
a { background-color: rgb(31,76,37); }
div.DivClassName
{
background-color: #1F4C25;
}
.BgClassName
{
background-color: #1F4C25;
}
</style>
border-color css
<style>
span { border-color: #1F4C25; }
span { border-color: rgb(31,76,37); }
td.TdClassName
{
border-color: #1F4C25;
}
.TagClassName
{
border-color: #1F4C25;
}
</style>