#5B5E47

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

Shades of Woodland #5B5E47

Tints of Woodland #5B5E47

Color information

#5B5E47 (or 0x5B5E47) is unknown color: approx Woodland. HEX triplet: 5B, 5E and 47. RGB value is (91,94,71). Sum of RGB (Red+Green+Blue) = 91+94+71=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #5B5E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5E47 is #A4A1B8. Grayscale: #5A5A5A. Windows color (decimal): -10789305 or 4677211. OLE color: 4677211.

HSL color Cylindrical-coordinate representation of color #5B5E47: hue angle of 67.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B5E47 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB919471-
CMYK0.0300.240.63
HSL67.83º13.94%32.35%-
HSV(B)67.83º24.47%36.86%-
XYZ9.4510.687.53-
YUV90.48117.01128.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.55%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=35.55%
G=36.72%
B=27.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9194710.0300.240.6367.8313.9432.35
Hex5B5E4730183F44e20
Octal1331361073030771041640
Binary1011011101111010001111101100011111110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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