#5E6840

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

Shades of Woodland #5E6840

Tints of Woodland #5E6840

Color information

#5E6840 (or 0x5E6840) is unknown color: approx Woodland. HEX triplet: 5E, 68 and 40. RGB value is (94,104,64). Sum of RGB (Red+Green+Blue) = 94+104+64=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6840 is #A197BF. Grayscale: #606060. Windows color (decimal): -10590144 or 4221022. OLE color: 4221022.

HSL color Cylindrical-coordinate representation of color #5E6840: hue angle of 75º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6840 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB9410464-
CMYK0.1000.380.59
HSL75º23.81%32.94%-
HSV(B)75º38.46%40.78%-
XYZ10.4912.656.74-
YUV96.45109.69126.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=35.88%
G=39.69%
B=24.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104640.1000.380.597523.8132.94
Hex5E6840A0263B4b1821
Octal13615010012046731133041
Binary10111101101000100000010100100110111011100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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