Shades of Rain Forest #5E6731
Tints of Rain Forest #5E6731
RGB
CMYK
RGB Variations
Color information
#5E6731 (or 0x5E6731) is known color: Rain Forest. HEX triplet: 5E, 67 and 31. RGB value is (94,103,49). Sum of RGB (Red+Green+Blue) = 94+103+49=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6731 is #A198CE. Grayscale: #5E5E5E. Windows color (decimal): -10590415 or 3237726. OLE color: 3237726.
HSL color Cylindrical-coordinate representation of color #5E6731: hue angle of 70º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E6731 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 49 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.60 |
| HSL | 70º | 0.36% | 0.3% | - |
| HSV(B) | 70º | 0.52% | 0.4% | - |
| XYZ | 10.02 | 12.3 | 4.75 | - |
| YUV | 94.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 49 | 0.09 | 0 | 0.52 | 0.60 | 70 | 0.36 | 0.3 |
| Hex | 5E | 67 | 31 | 9 | 0 | 34 | 3C | 46 | 24 | 1E |
| Octal | 136 | 147 | 61 | 11 | 0 | 64 | 74 | 106 | 44 | 36 |
| Binary | 1011110 | 1100111 | 110001 | 1001 | 0 | 110100 | 111100 | 1000110 | 100100 | 11110 |
Color Harmonies of #5E6731
Complementary color
Monochromatic Colors of #5E6731
Black with #5E6731
Text Example
Text Example
White with #5E6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6731; }
p { color: rgb(94,103,49); }
H1.HeaderClassName
{
color: #5E6731;
}
.AnyTagClassName
{
color: #5E6731;
}
</style>
background-color css
<style>
a { background-color: #5E6731; }
a { background-color: rgb(94,103,49); }
div.DivClassName
{
background-color: #5E6731;
}
.BgClassName
{
background-color: #5E6731;
}
</style>
border-color css
<style>
span { border-color: #5E6731; }
span { border-color: rgb(94,103,49); }
td.TdClassName
{
border-color: #5E6731;
}
.TagClassName
{
border-color: #5E6731;
}
</style>