#5D682D

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

Shades of Rain Forest #5D682D

Tints of Rain Forest #5D682D

Color information

#5D682D (or 0x5D682D) is unknown color: approx Rain Forest. HEX triplet: 5D, 68 and 2D. RGB value is (93,104,45). Sum of RGB (Red+Green+Blue) = 93+104+45=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #5D682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D682D is #A297D2. Grayscale: #5E5E5E. Windows color (decimal): -10655699 or 2975837. OLE color: 2975837.

HSL color Cylindrical-coordinate representation of color #5D682D: hue angle of 71.19º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D682D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB9310445-
CMYK0.1100.570.59
HSL71.19º39.6%29.22%-
HSV(B)71.19º56.73%40.78%-
XYZ9.9412.424.36-
YUV93.98100.36127.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=38.43%
G=42.98%
B=18.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93104450.1100.570.5971.1939.629.22
Hex5D682DB0393B47281d
Octal1351505513071731075035
Binary1011101110100010110110110111001111011100011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,45); }

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

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

 a { background-color: rgb(93,104,45); }

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

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

 span { border-color: rgb(93,104,45); }

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