Shades of Myrtle #1F511F
Tints of Myrtle #1F511F
RGB
CMYK
RGB Variations
Color information
#1F511F (or 0x1F511F) is known color: Myrtle. HEX triplet: 1F, 51 and 1F. RGB value is (31,81,31). Sum of RGB (Red+Green+Blue) = 31+81+31=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #1F511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F511F is #E0AEE0. Grayscale: #3C3C3C. Windows color (decimal): -14724833 or 2052383. OLE color: 2052383.
HSL color Cylindrical-coordinate representation of color #1F511F: hue angle of 120º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F511F is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 31 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.68 |
| HSL | 120º | 0.45% | 0.22% | - |
| HSV(B) | 120º | 0.62% | 0.32% | - |
| XYZ | 3.75 | 6.28 | 2.31 | - |
| YUV | 60.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 31 | 0.62 | 0 | 0.62 | 0.68 | 120 | 0.45 | 0.22 |
| Hex | 1F | 51 | 1F | 3E | 0 | 3E | 44 | 78 | 2D | 16 |
| Octal | 37 | 121 | 37 | 76 | 0 | 76 | 104 | 170 | 55 | 26 |
| Binary | 11111 | 1010001 | 11111 | 111110 | 0 | 111110 | 1000100 | 1111000 | 101101 | 10110 |
Color Harmonies of #1F511F
Complementary color
Monochromatic Colors of #1F511F
Black with #1F511F
Text Example
Text Example
White with #1F511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F511F; }
p { color: rgb(31,81,31); }
H1.HeaderClassName
{
color: #1F511F;
}
.AnyTagClassName
{
color: #1F511F;
}
</style>
background-color css
<style>
a { background-color: #1F511F; }
a { background-color: rgb(31,81,31); }
div.DivClassName
{
background-color: #1F511F;
}
.BgClassName
{
background-color: #1F511F;
}
</style>
border-color css
<style>
span { border-color: #1F511F; }
span { border-color: rgb(31,81,31); }
td.TdClassName
{
border-color: #1F511F;
}
.TagClassName
{
border-color: #1F511F;
}
</style>