Shades of Myrtle #1F4508
Tints of Myrtle #1F4508
RGB
CMYK
RGB Variations
Color information
#1F4508 (or 0x1F4508) is known color: Myrtle. HEX triplet: 1F, 45 and 08. RGB value is (31,69,8). Sum of RGB (Red+Green+Blue) = 31+69+8=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4508 is #E0BAF7. Grayscale: #323232. Windows color (decimal): -14727928 or 541983. OLE color: 541983.
HSL color Cylindrical-coordinate representation of color #1F4508: hue angle of 97.38º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F4508 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 8 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.73 |
| HSL | 97.38º | 0.79% | 0.15% | - |
| HSV(B) | 97.38º | 0.88% | 0.27% | - |
| XYZ | 2.74 | 4.57 | 0.97 | - |
| YUV | 50.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 8 | 0.55 | 0 | 0.88 | 0.73 | 97.38 | 0.79 | 0.15 |
| Hex | 1F | 45 | 8 | 37 | 0 | 58 | 49 | 61 | 4F | F |
| Octal | 37 | 105 | 10 | 67 | 0 | 130 | 111 | 141 | 117 | 17 |
| Binary | 11111 | 1000101 | 1000 | 110111 | 0 | 1011000 | 1001001 | 1100001 | 1001111 | 1111 |
Color Harmonies of #1F4508
Complementary color
Monochromatic Colors of #1F4508
Black with #1F4508
Text Example
Text Example
White with #1F4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4508; }
p { color: rgb(31,69,8); }
H1.HeaderClassName
{
color: #1F4508;
}
.AnyTagClassName
{
color: #1F4508;
}
</style>
background-color css
<style>
a { background-color: #1F4508; }
a { background-color: rgb(31,69,8); }
div.DivClassName
{
background-color: #1F4508;
}
.BgClassName
{
background-color: #1F4508;
}
</style>
border-color css
<style>
span { border-color: #1F4508; }
span { border-color: rgb(31,69,8); }
td.TdClassName
{
border-color: #1F4508;
}
.TagClassName
{
border-color: #1F4508;
}
</style>