Shades of Rain Forest #5E6931
Tints of Rain Forest #5E6931
RGB
CMYK
RGB Variations
Color information
#5E6931 (or 0x5E6931) is known color: Rain Forest. HEX triplet: 5E, 69 and 31. RGB value is (94,105,49). Sum of RGB (Red+Green+Blue) = 94+105+49=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6931 is #A196CE. Grayscale: #5F5F5F. Windows color (decimal): -10589903 or 3238238. OLE color: 3238238.
HSL color Cylindrical-coordinate representation of color #5E6931: hue angle of 71.79º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6931 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 49 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.59 |
| HSL | 71.79º | 0.36% | 0.3% | - |
| HSV(B) | 71.79º | 0.53% | 0.41% | - |
| XYZ | 10.22 | 12.7 | 4.82 | - |
| YUV | 95.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 49 | 0.10 | 0 | 0.53 | 0.59 | 71.79 | 0.36 | 0.3 |
| Hex | 5E | 69 | 31 | A | 0 | 35 | 3B | 48 | 24 | 1E |
| Octal | 136 | 151 | 61 | 12 | 0 | 65 | 73 | 110 | 44 | 36 |
| Binary | 1011110 | 1101001 | 110001 | 1010 | 0 | 110101 | 111011 | 1001000 | 100100 | 11110 |
Color Harmonies of #5E6931
Complementary color
Monochromatic Colors of #5E6931
Black with #5E6931
Text Example
Text Example
White with #5E6931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6931; }
p { color: rgb(94,105,49); }
H1.HeaderClassName
{
color: #5E6931;
}
.AnyTagClassName
{
color: #5E6931;
}
</style>
background-color css
<style>
a { background-color: #5E6931; }
a { background-color: rgb(94,105,49); }
div.DivClassName
{
background-color: #5E6931;
}
.BgClassName
{
background-color: #5E6931;
}
</style>
border-color css
<style>
span { border-color: #5E6931; }
span { border-color: rgb(94,105,49); }
td.TdClassName
{
border-color: #5E6931;
}
.TagClassName
{
border-color: #5E6931;
}
</style>