#5E6440

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

Shades of Woodland #5E6440

Tints of Woodland #5E6440

Color information

#5E6440 (or 0x5E6440) is unknown color: approx Woodland. HEX triplet: 5E, 64 and 40. RGB value is (94,100,64). Sum of RGB (Red+Green+Blue) = 94+100+64=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6440 is #A19BBF. Grayscale: #5E5E5E. Windows color (decimal): -10591168 or 4219998. OLE color: 4219998.

HSL color Cylindrical-coordinate representation of color #5E6440: hue angle of 70º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6440 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB9410064-
CMYK0.0600.360.61
HSL70º21.95%32.16%-
HSV(B)70º36%39.22%-
XYZ10.111.866.61-
YUV94.1111.01127.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=36.43%
G=38.76%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal94100640.0600.360.617021.9532.16
Hex5E644060243D461620
Octal1361441006044751062640
Binary1011110110010010000001100100100111101100011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,64); }

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

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

 a { background-color: rgb(94,100,64); }

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

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

 span { border-color: rgb(94,100,64); }

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