Shades of Myrtle #1F530B
Tints of Myrtle #1F530B
RGB
CMYK
RGB Variations
Color information
#1F530B (or 0x1F530B) is known color: Myrtle. HEX triplet: 1F, 53 and 0B. RGB value is (31,83,11). Sum of RGB (Red+Green+Blue) = 31+83+11=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #1F530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F530B is #E0ACF4. Grayscale: #3B3B3B. Windows color (decimal): -14724341 or 742175. OLE color: 742175.
HSL color Cylindrical-coordinate representation of color #1F530B: hue angle of 103.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F530B is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 11 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.67 |
| HSL | 103.33º | 0.77% | 0.18% | - |
| HSV(B) | 103.33º | 0.87% | 0.33% | - |
| XYZ | 3.72 | 6.5 | 1.38 | - |
| YUV | 59.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 11 | 0.63 | 0 | 0.87 | 0.67 | 103.33 | 0.77 | 0.18 |
| Hex | 1F | 53 | B | 3F | 0 | 57 | 43 | 67 | 4D | 12 |
| Octal | 37 | 123 | 13 | 77 | 0 | 127 | 103 | 147 | 115 | 22 |
| Binary | 11111 | 1010011 | 1011 | 111111 | 0 | 1010111 | 1000011 | 1100111 | 1001101 | 10010 |
Color Harmonies of #1F530B
Complementary color
Monochromatic Colors of #1F530B
Black with #1F530B
Text Example
Text Example
White with #1F530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F530B; }
p { color: rgb(31,83,11); }
H1.HeaderClassName
{
color: #1F530B;
}
.AnyTagClassName
{
color: #1F530B;
}
</style>
background-color css
<style>
a { background-color: #1F530B; }
a { background-color: rgb(31,83,11); }
div.DivClassName
{
background-color: #1F530B;
}
.BgClassName
{
background-color: #1F530B;
}
</style>
border-color css
<style>
span { border-color: #1F530B; }
span { border-color: rgb(31,83,11); }
td.TdClassName
{
border-color: #1F530B;
}
.TagClassName
{
border-color: #1F530B;
}
</style>