Shades of Myrtle #1F650B
Tints of Myrtle #1F650B
RGB
CMYK
RGB Variations
Color information
#1F650B (or 0x1F650B) is known color: Myrtle. HEX triplet: 1F, 65 and 0B. RGB value is (31,101,11). Sum of RGB (Red+Green+Blue) = 31+101+11=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #1F650B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F650B is #E09AF4. Grayscale: #464646. Windows color (decimal): -14719733 or 746783. OLE color: 746783.
HSL color Cylindrical-coordinate representation of color #1F650B: hue angle of 106.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F650B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 11 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.60 |
| HSL | 106.67º | 0.8% | 0.22% | - |
| HSV(B) | 106.67º | 0.89% | 0.4% | - |
| XYZ | 5.28 | 9.62 | 1.9 | - |
| YUV | 69.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 11 | 0.69 | 0 | 0.89 | 0.60 | 106.67 | 0.8 | 0.22 |
| Hex | 1F | 65 | B | 45 | 0 | 59 | 3C | 6B | 50 | 16 |
| Octal | 37 | 145 | 13 | 105 | 0 | 131 | 74 | 153 | 120 | 26 |
| Binary | 11111 | 1100101 | 1011 | 1000101 | 0 | 1011001 | 111100 | 1101011 | 1010000 | 10110 |
Color Harmonies of #1F650B
Complementary color
Monochromatic Colors of #1F650B
Black with #1F650B
Text Example
Text Example
White with #1F650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F650B; }
p { color: rgb(31,101,11); }
H1.HeaderClassName
{
color: #1F650B;
}
.AnyTagClassName
{
color: #1F650B;
}
</style>
background-color css
<style>
a { background-color: #1F650B; }
a { background-color: rgb(31,101,11); }
div.DivClassName
{
background-color: #1F650B;
}
.BgClassName
{
background-color: #1F650B;
}
</style>
border-color css
<style>
span { border-color: #1F650B; }
span { border-color: rgb(31,101,11); }
td.TdClassName
{
border-color: #1F650B;
}
.TagClassName
{
border-color: #1F650B;
}
</style>