#5E6045

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

Shades of Woodland #5E6045

Tints of Woodland #5E6045

Color information

#5E6045 (or 0x5E6045) is unknown color: approx Woodland. HEX triplet: 5E, 60 and 45. RGB value is (94,96,69). Sum of RGB (Red+Green+Blue) = 94+96+69=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6045 is #A19FBA. Grayscale: #5C5C5C. Windows color (decimal): -10592187 or 4546654. OLE color: 4546654.

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

Color convert

RGB949669-
CMYK0.0200.280.62
HSL64.44º16.36%32.35%-
HSV(B)64.44º28.12%37.65%-
XYZ9.8711.187.27-
YUV92.32114.84129.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.29%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=36.29%
G=37.07%
B=26.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9496690.0200.280.6264.4416.3632.35
Hex5E6045201C3E401020
Octal1361401052034761002040
Binary10111101100000100010110011100111110100000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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