#5B6041

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

Shades of Woodland #5B6041

Tints of Woodland #5B6041

Color information

#5B6041 (or 0x5B6041) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 41. RGB value is (91,96,65). Sum of RGB (Red+Green+Blue) = 91+96+65=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6041 is #A49FBE. Grayscale: #5B5B5B. Windows color (decimal): -10788799 or 4284507. OLE color: 4284507.

HSL color Cylindrical-coordinate representation of color #5B6041: hue angle of 69.68º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6041 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB919665-
CMYK0.0500.320.62
HSL69.68º19.25%31.57%-
HSV(B)69.68º32.29%37.65%-
XYZ9.4510.976.62-
YUV90.97113.34128.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=36.11%
G=38.10%
B=25.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196650.0500.320.6269.6819.2531.57
Hex5B604150203E461320
Octal1331401015040761062340
Binary1011011110000010000011010100000111110100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,96,65); }

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

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

 a { background-color: rgb(91,96,65); }

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

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

 span { border-color: rgb(91,96,65); }

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