#5E6246

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

Shades of Woodland #5E6246

Tints of Woodland #5E6246

Color information

#5E6246 (or 0x5E6246) is unknown color: approx Woodland. HEX triplet: 5E, 62 and 46. RGB value is (94,98,70). Sum of RGB (Red+Green+Blue) = 94+98+70=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6246 is #A19DB9. Grayscale: #5D5D5D. Windows color (decimal): -10591674 or 4612702. OLE color: 4612702.

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

Color convert

RGB949870-
CMYK0.0400.290.62
HSL68.57º16.67%32.94%-
HSV(B)68.57º28.57%38.43%-
XYZ10.0911.567.49-
YUV93.61114.67128.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=35.88%
G=37.40%
B=26.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9498700.0400.290.6268.5716.6732.94
Hex5E6246401D3E451121
Octal1361421064035761052141
Binary101111011000101000110100011101111110100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,70); }

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

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

 a { background-color: rgb(94,98,70); }

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

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

 span { border-color: rgb(94,98,70); }

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