Shades of Rain Forest #5E6A2A
Tints of Rain Forest #5E6A2A
RGB
CMYK
RGB Variations
Color information
#5E6A2A (or 0x5E6A2A) is known color: Rain Forest. HEX triplet: 5E, 6A and 2A. RGB value is (94,106,42). Sum of RGB (Red+Green+Blue) = 94+106+42=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6A2A is #A195D5. Grayscale: #5F5F5F. Windows color (decimal): -10589654 or 2779742. OLE color: 2779742.
HSL color Cylindrical-coordinate representation of color #5E6A2A: hue angle of 71.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6A2A is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 42 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.58 |
| HSL | 71.25º | 0.43% | 0.29% | - |
| HSV(B) | 71.25º | 0.6% | 0.42% | - |
| XYZ | 10.19 | 12.85 | 4.13 | - |
| YUV | 95.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 42 | 0.11 | 0 | 0.60 | 0.58 | 71.25 | 0.43 | 0.29 |
| Hex | 5E | 6A | 2A | B | 0 | 3C | 3A | 47 | 2B | 1D |
| Octal | 136 | 152 | 52 | 13 | 0 | 74 | 72 | 107 | 53 | 35 |
| Binary | 1011110 | 1101010 | 101010 | 1011 | 0 | 111100 | 111010 | 1000111 | 101011 | 11101 |
Color Harmonies of #5E6A2A
Complementary color
Monochromatic Colors of #5E6A2A
Black with #5E6A2A
Text Example
Text Example
White with #5E6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A2A; }
p { color: rgb(94,106,42); }
H1.HeaderClassName
{
color: #5E6A2A;
}
.AnyTagClassName
{
color: #5E6A2A;
}
</style>
background-color css
<style>
a { background-color: #5E6A2A; }
a { background-color: rgb(94,106,42); }
div.DivClassName
{
background-color: #5E6A2A;
}
.BgClassName
{
background-color: #5E6A2A;
}
</style>
border-color css
<style>
span { border-color: #5E6A2A; }
span { border-color: rgb(94,106,42); }
td.TdClassName
{
border-color: #5E6A2A;
}
.TagClassName
{
border-color: #5E6A2A;
}
</style>