#5E6047

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

Shades of Woodland #5E6047

Tints of Woodland #5E6047

Color information

#5E6047 (or 0x5E6047) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 47. RGB value is (94,96,71). Sum of RGB (Red+Green+Blue) = 94+96+71=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6047 is #A19FB8. Grayscale: #5C5C5C. Windows color (decimal): -10592185 or 4677726. OLE color: 4677726.

HSL color Cylindrical-coordinate representation of color #5E6047: hue angle of 64.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6047 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB949671-
CMYK0.0200.260.62
HSL64.8º14.97%32.75%-
HSV(B)64.8º26.04%37.65%-
XYZ9.9411.27.6-
YUV92.55115.84129.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=36.02%
G=36.78%
B=27.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496710.0200.260.6264.814.9732.75
Hex5E6047201A3E41f21
Octal1361401072032761011741
Binary1011110110000010001111001101011111010000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,71); }

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

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

 a { background-color: rgb(94,96,71); }

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

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

 span { border-color: rgb(94,96,71); }

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