#5E604F

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

Shades of Woodland #5E604F

Tints of Woodland #5E604F

Color information

#5E604F (or 0x5E604F) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 4F. RGB value is (94,96,79). Sum of RGB (Red+Green+Blue) = 94+96+79=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E604F is #A19FB0. Grayscale: #5D5D5D. Windows color (decimal): -10592177 or 5202014. OLE color: 5202014.

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

Color convert

RGB949679-
CMYK0.0200.180.62
HSL67.06º9.71%34.31%-
HSV(B)67.06º17.71%37.65%-
XYZ10.2111.319.04-
YUV93.46119.84128.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.94%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=34.94%
G=35.69%
B=29.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496790.0200.180.6267.069.7134.31
Hex5E604F20123E43a22
Octal1361401172022761031242
Binary1011110110000010011111001001011111010000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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