Shades of Rain Forest #5E6732
Tints of Rain Forest #5E6732
RGB
CMYK
RGB Variations
Color information
#5E6732 (or 0x5E6732) is known color: Rain Forest. HEX triplet: 5E, 67 and 32. RGB value is (94,103,50). Sum of RGB (Red+Green+Blue) = 94+103+50=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6732 is #A198CD. Grayscale: #5E5E5E. Windows color (decimal): -10590414 or 3303262. OLE color: 3303262.
HSL color Cylindrical-coordinate representation of color #5E6732: hue angle of 70.19º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6732 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 50 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.60 |
| HSL | 70.19º | 0.35% | 0.3% | - |
| HSV(B) | 70.19º | 0.51% | 0.4% | - |
| XYZ | 10.04 | 12.31 | 4.86 | - |
| YUV | 94.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 50 | 0.09 | 0 | 0.51 | 0.60 | 70.19 | 0.35 | 0.3 |
| Hex | 5E | 67 | 32 | 9 | 0 | 33 | 3C | 46 | 23 | 1E |
| Octal | 136 | 147 | 62 | 11 | 0 | 63 | 74 | 106 | 43 | 36 |
| Binary | 1011110 | 1100111 | 110010 | 1001 | 0 | 110011 | 111100 | 1000110 | 100011 | 11110 |
Color Harmonies of #5E6732
Complementary color
Monochromatic Colors of #5E6732
Black with #5E6732
Text Example
Text Example
White with #5E6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6732; }
p { color: rgb(94,103,50); }
H1.HeaderClassName
{
color: #5E6732;
}
.AnyTagClassName
{
color: #5E6732;
}
</style>
background-color css
<style>
a { background-color: #5E6732; }
a { background-color: rgb(94,103,50); }
div.DivClassName
{
background-color: #5E6732;
}
.BgClassName
{
background-color: #5E6732;
}
</style>
border-color css
<style>
span { border-color: #5E6732; }
span { border-color: rgb(94,103,50); }
td.TdClassName
{
border-color: #5E6732;
}
.TagClassName
{
border-color: #5E6732;
}
</style>