#5E662D

Color #5E662D Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #5E662D

Tints of Rain Forest #5E662D

Color information

#5E662D (or 0x5E662D) is unknown color: approx Rain Forest. HEX triplet: 5E, 66 and 2D. RGB value is (94,102,45). Sum of RGB (Red+Green+Blue) = 94+102+45=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #5E662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E662D is #A199D2. Grayscale: #5D5D5D. Windows color (decimal): -10590675 or 2975326. OLE color: 2975326.

HSL color Cylindrical-coordinate representation of color #5E662D: hue angle of 68.42º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E662D is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB9410245-
CMYK0.0800.560.6
HSL68.42º38.78%28.82%-
HSV(B)68.42º55.88%40%-
XYZ9.8412.074.29-
YUV93.11100.85128.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=39.00%
G=42.32%
B=18.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102450.0800.560.668.4238.7828.82
Hex5E662D80383C44271d
Octal1361465510070741044735
Binary1011110110011010110110000111000111100100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E662D; }

 p { color: rgb(94,102,45); }

 H1.HeaderClassName
 {
   color: #5E662D;
 }
 .AnyTagClassName
 {
   color: #5E662D;
 }
</style>
background-color css

<style>
 a { background-color: #5E662D; }

 a { background-color: rgb(94,102,45); }

 div.DivClassName
 {
   background-color: #5E662D;
 }
 .BgClassName
 {
   background-color: #5E662D;
 }
</style>
border-color css

<style>
 span { border-color: #5E662D; }

 span { border-color: rgb(94,102,45); }

 td.TdClassName
 {
   border-color: #5E662D;
 }
 .TagClassName
 {
   border-color: #5E662D;
 }
</style>