#5F682D

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

Shades of Rain Forest #5F682D

Tints of Rain Forest #5F682D

Color information

#5F682D (or 0x5F682D) is unknown color: approx Rain Forest. HEX triplet: 5F, 68 and 2D. RGB value is (95,104,45). Sum of RGB (Red+Green+Blue) = 95+104+45=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #5F682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F682D is #A097D2. Grayscale: #5E5E5E. Windows color (decimal): -10524627 or 2975839. OLE color: 2975839.

HSL color Cylindrical-coordinate representation of color #5F682D: hue angle of 69.15º 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 #5F682D is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB9510445-
CMYK0.0900.570.59
HSL69.15º39.6%29.22%-
HSV(B)69.15º56.73%40.78%-
XYZ10.1412.524.37-
YUV94.58100.02128.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.93%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=38.93%
G=42.62%
B=18.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104450.0900.570.5969.1539.629.22
Hex5F682D90393B45281d
Octal1371505511071731055035
Binary1011111110100010110110010111001111011100010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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