#5B6044

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

Shades of Woodland #5B6044

Tints of Woodland #5B6044

Color information

#5B6044 (or 0x5B6044) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 44. RGB value is (91,96,68). Sum of RGB (Red+Green+Blue) = 91+96+68=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6044 is #A49FBB. Grayscale: #5B5B5B. Windows color (decimal): -10788796 or 4481115. OLE color: 4481115.

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

Color convert

RGB919668-
CMYK0.0500.290.62
HSL70.71º17.07%32.16%-
HSV(B)70.71º29.17%37.65%-
XYZ9.5411.017.09-
YUV91.31114.84127.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=35.69%
G=37.65%
B=26.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196680.0500.290.6270.7117.0732.16
Hex5B6044501D3E471120
Octal1331401045035761072140
Binary101101111000001000100101011101111110100011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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