Shades of Myrtle #1F531B
Tints of Myrtle #1F531B
RGB
CMYK
RGB Variations
Color information
#1F531B (or 0x1F531B) is known color: Myrtle. HEX triplet: 1F, 53 and 1B. RGB value is (31,83,27). Sum of RGB (Red+Green+Blue) = 31+83+27=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #1F531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F531B is #E0ACE4. Grayscale: #3D3D3D. Windows color (decimal): -14724325 or 1790751. OLE color: 1790751.
HSL color Cylindrical-coordinate representation of color #1F531B: hue angle of 115.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F531B is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 27 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.67 |
| HSL | 115.71º | 0.51% | 0.22% | - |
| HSV(B) | 115.71º | 0.67% | 0.33% | - |
| XYZ | 3.86 | 6.56 | 2.1 | - |
| YUV | 61.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 27 | 0.63 | 0 | 0.67 | 0.67 | 115.71 | 0.51 | 0.22 |
| Hex | 1F | 53 | 1B | 3F | 0 | 43 | 43 | 74 | 33 | 16 |
| Octal | 37 | 123 | 33 | 77 | 0 | 103 | 103 | 164 | 63 | 26 |
| Binary | 11111 | 1010011 | 11011 | 111111 | 0 | 1000011 | 1000011 | 1110100 | 110011 | 10110 |
Color Harmonies of #1F531B
Complementary color
Monochromatic Colors of #1F531B
Black with #1F531B
Text Example
Text Example
White with #1F531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F531B; }
p { color: rgb(31,83,27); }
H1.HeaderClassName
{
color: #1F531B;
}
.AnyTagClassName
{
color: #1F531B;
}
</style>
background-color css
<style>
a { background-color: #1F531B; }
a { background-color: rgb(31,83,27); }
div.DivClassName
{
background-color: #1F531B;
}
.BgClassName
{
background-color: #1F531B;
}
</style>
border-color css
<style>
span { border-color: #1F531B; }
span { border-color: rgb(31,83,27); }
td.TdClassName
{
border-color: #1F531B;
}
.TagClassName
{
border-color: #1F531B;
}
</style>