Shades of Rain Forest #5F6E31
Tints of Rain Forest #5F6E31
RGB
CMYK
RGB Variations
Color information
#5F6E31 (or 0x5F6E31) is known color: Rain Forest. HEX triplet: 5F, 6E and 31. RGB value is (95,110,49). Sum of RGB (Red+Green+Blue) = 95+110+49=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6E31 is #A091CE. Grayscale: #626262. Windows color (decimal): -10523087 or 3239519. OLE color: 3239519.
HSL color Cylindrical-coordinate representation of color #5F6E31: hue angle of 74.75º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F6E31 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 110 | 49 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.57 |
| HSL | 74.75º | 0.38% | 0.31% | - |
| HSV(B) | 74.75º | 0.55% | 0.43% | - |
| XYZ | 10.85 | 13.81 | 5 | - |
| YUV | 98.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 110 | 49 | 0.14 | 0 | 0.55 | 0.57 | 74.75 | 0.38 | 0.31 |
| Hex | 5F | 6E | 31 | E | 0 | 37 | 39 | 4B | 26 | 1F |
| Octal | 137 | 156 | 61 | 16 | 0 | 67 | 71 | 113 | 46 | 37 |
| Binary | 1011111 | 1101110 | 110001 | 1110 | 0 | 110111 | 111001 | 1001011 | 100110 | 11111 |
Color Harmonies of #5F6E31
Complementary color
Monochromatic Colors of #5F6E31
Black with #5F6E31
Text Example
Text Example
White with #5F6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6E31; }
p { color: rgb(95,110,49); }
H1.HeaderClassName
{
color: #5F6E31;
}
.AnyTagClassName
{
color: #5F6E31;
}
</style>
background-color css
<style>
a { background-color: #5F6E31; }
a { background-color: rgb(95,110,49); }
div.DivClassName
{
background-color: #5F6E31;
}
.BgClassName
{
background-color: #5F6E31;
}
</style>
border-color css
<style>
span { border-color: #5F6E31; }
span { border-color: rgb(95,110,49); }
td.TdClassName
{
border-color: #5F6E31;
}
.TagClassName
{
border-color: #5F6E31;
}
</style>