#5E6740

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

Shades of Woodland #5E6740

Tints of Woodland #5E6740

Color information

#5E6740 (or 0x5E6740) is unknown color: approx Woodland. HEX triplet: 5E, 67 and 40. RGB value is (94,103,64). Sum of RGB (Red+Green+Blue) = 94+103+64=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6740 is #A198BF. Grayscale: #606060. Windows color (decimal): -10590400 or 4220766. OLE color: 4220766.

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

Color convert

RGB9410364-
CMYK0.0900.380.60
HSL73.85º23.35%32.75%-
HSV(B)73.85º37.86%40.39%-
XYZ10.3912.456.71-
YUV95.86110.02126.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=36.02%
G=39.46%
B=24.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94103640.0900.380.6073.8523.3532.75
Hex5E674090263C4a1721
Octal13614710011046741122741
Binary10111101100111100000010010100110111100100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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