Shades of Myrtle #1F5D08
Tints of Myrtle #1F5D08
RGB
CMYK
RGB Variations
Color information
#1F5D08 (or 0x1F5D08) is known color: Myrtle. HEX triplet: 1F, 5D and 08. RGB value is (31,93,8). Sum of RGB (Red+Green+Blue) = 31+93+8=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5D08 is #E0A2F7. Grayscale: #414141. Windows color (decimal): -14721784 or 548127. OLE color: 548127.
HSL color Cylindrical-coordinate representation of color #1F5D08: hue angle of 103.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F5D08 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 8 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.64 |
| HSL | 103.76º | 0.84% | 0.2% | - |
| HSV(B) | 103.76º | 0.91% | 0.36% | - |
| XYZ | 4.52 | 8.14 | 1.56 | - |
| YUV | 64.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 8 | 0.67 | 0 | 0.91 | 0.64 | 103.76 | 0.84 | 0.2 |
| Hex | 1F | 5D | 8 | 43 | 0 | 5B | 40 | 68 | 54 | 14 |
| Octal | 37 | 135 | 10 | 103 | 0 | 133 | 100 | 150 | 124 | 24 |
| Binary | 11111 | 1011101 | 1000 | 1000011 | 0 | 1011011 | 1000000 | 1101000 | 1010100 | 10100 |
Color Harmonies of #1F5D08
Complementary color
Monochromatic Colors of #1F5D08
Black with #1F5D08
Text Example
Text Example
White with #1F5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D08; }
p { color: rgb(31,93,8); }
H1.HeaderClassName
{
color: #1F5D08;
}
.AnyTagClassName
{
color: #1F5D08;
}
</style>
background-color css
<style>
a { background-color: #1F5D08; }
a { background-color: rgb(31,93,8); }
div.DivClassName
{
background-color: #1F5D08;
}
.BgClassName
{
background-color: #1F5D08;
}
</style>
border-color css
<style>
span { border-color: #1F5D08; }
span { border-color: rgb(31,93,8); }
td.TdClassName
{
border-color: #1F5D08;
}
.TagClassName
{
border-color: #1F5D08;
}
</style>