Shades of Myrtle #1F600B
Tints of Myrtle #1F600B
RGB
CMYK
RGB Variations
Color information
#1F600B (or 0x1F600B) is known color: Myrtle. HEX triplet: 1F, 60 and 0B. RGB value is (31,96,11). Sum of RGB (Red+Green+Blue) = 31+96+11=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #1F600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F600B is #E09FF4. Grayscale: #434343. Windows color (decimal): -14721013 or 745503. OLE color: 745503.
HSL color Cylindrical-coordinate representation of color #1F600B: hue angle of 105.88º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F600B is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 11 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.62 |
| HSL | 105.88º | 0.79% | 0.21% | - |
| HSV(B) | 105.88º | 0.89% | 0.38% | - |
| XYZ | 4.81 | 8.68 | 1.74 | - |
| YUV | 66.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 11 | 0.68 | 0 | 0.89 | 0.62 | 105.88 | 0.79 | 0.21 |
| Hex | 1F | 60 | B | 44 | 0 | 59 | 3E | 6A | 4F | 15 |
| Octal | 37 | 140 | 13 | 104 | 0 | 131 | 76 | 152 | 117 | 25 |
| Binary | 11111 | 1100000 | 1011 | 1000100 | 0 | 1011001 | 111110 | 1101010 | 1001111 | 10101 |
Color Harmonies of #1F600B
Complementary color
Monochromatic Colors of #1F600B
Black with #1F600B
Text Example
Text Example
White with #1F600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F600B; }
p { color: rgb(31,96,11); }
H1.HeaderClassName
{
color: #1F600B;
}
.AnyTagClassName
{
color: #1F600B;
}
</style>
background-color css
<style>
a { background-color: #1F600B; }
a { background-color: rgb(31,96,11); }
div.DivClassName
{
background-color: #1F600B;
}
.BgClassName
{
background-color: #1F600B;
}
</style>
border-color css
<style>
span { border-color: #1F600B; }
span { border-color: rgb(31,96,11); }
td.TdClassName
{
border-color: #1F600B;
}
.TagClassName
{
border-color: #1F600B;
}
</style>