#5A5B4E

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

Shades of Woodland #5A5B4E

Tints of Woodland #5A5B4E

Color information

#5A5B4E (or 0x5A5B4E) is unknown color: approx Woodland. HEX triplet: 5A, 5B and 4E. RGB value is (90,91,78). Sum of RGB (Red+Green+Blue) = 90+91+78=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B4E is #A5A4B1. Grayscale: #595959. Windows color (decimal): -10855602 or 5135194. OLE color: 5135194.

HSL color Cylindrical-coordinate representation of color #5A5B4E: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5B4E is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB909178-
CMYK0.0100.140.64
HSL64.62º7.69%33.14%-
HSV(B)64.62º14.29%35.69%-
XYZ9.3310.218.69-
YUV89.22121.67128.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.75%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=34.75%
G=35.14%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9091780.0100.140.6464.627.6933.14
Hex5A5B4E10E4041821
Octal13213311610161001011041
Binary101101010110111001110101110100000010000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,91,78); }

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

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

 a { background-color: rgb(90,91,78); }

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

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

 span { border-color: rgb(90,91,78); }

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