#5B5D44

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

Shades of Woodland #5B5D44

Tints of Woodland #5B5D44

Color information

#5B5D44 (or 0x5B5D44) is unknown color: approx Woodland. HEX triplet: 5B, 5D and 44. RGB value is (91,93,68). Sum of RGB (Red+Green+Blue) = 91+93+68=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D44 is #A4A2BB. Grayscale: #595959. Windows color (decimal): -10789564 or 4480347. OLE color: 4480347.

HSL color Cylindrical-coordinate representation of color #5B5D44: hue angle of 64.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5D44 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB919368-
CMYK0.0200.270.64
HSL64.8º15.53%31.57%-
HSV(B)64.8º26.88%36.47%-
XYZ9.2710.477-
YUV89.55115.84129.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=36.11%
G=36.90%
B=26.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193680.0200.270.6464.815.5331.57
Hex5B5D44201B40411020
Octal13313510420331001012040
Binary101101110111011000100100110111000000100000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,68); }

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

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

 a { background-color: rgb(91,93,68); }

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

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

 span { border-color: rgb(91,93,68); }

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