#5E604A

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

Shades of Woodland #5E604A

Tints of Woodland #5E604A

Color information

#5E604A (or 0x5E604A) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 4A. RGB value is (94,96,74). Sum of RGB (Red+Green+Blue) = 94+96+74=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E604A is #A19FB5. Grayscale: #5C5C5C. Windows color (decimal): -10592182 or 4874334. OLE color: 4874334.

HSL color Cylindrical-coordinate representation of color #5E604A: hue angle of 65.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E604A is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB949674-
CMYK0.0200.230.62
HSL65.45º12.94%33.33%-
HSV(B)65.45º22.92%37.65%-
XYZ10.0311.248.12-
YUV92.89117.34128.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.61%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=35.61%
G=36.36%
B=28.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496740.0200.230.6265.4512.9433.33
Hex5E604A20173E41d21
Octal1361401122027761011541
Binary1011110110000010010101001011111111010000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,74); }

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

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

 a { background-color: rgb(94,96,74); }

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

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

 span { border-color: rgb(94,96,74); }

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