#5E6048

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

Shades of Woodland #5E6048

Tints of Woodland #5E6048

Color information

#5E6048 (or 0x5E6048) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 48. RGB value is (94,96,72). Sum of RGB (Red+Green+Blue) = 94+96+72=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6048 is #A19FB7. Grayscale: #5C5C5C. Windows color (decimal): -10592184 or 4743262. OLE color: 4743262.

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

Color convert

RGB949672-
CMYK0.0200.250.62
HSL65º14.29%32.94%-
HSV(B)65º25%37.65%-
XYZ9.9711.217.77-
YUV92.67116.34128.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=35.88%
G=36.64%
B=27.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496720.0200.250.626514.2932.94
Hex5E604820193E41e21
Octal1361401102031761011641
Binary1011110110000010010001001100111111010000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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