#5E6B3C

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

Shades of Woodland #5E6B3C

Tints of Woodland #5E6B3C

Color information

#5E6B3C (or 0x5E6B3C) is unknown color: approx Woodland. HEX triplet: 5E, 6B and 3C. RGB value is (94,107,60). Sum of RGB (Red+Green+Blue) = 94+107+60=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B3C is #A194C3. Grayscale: #616161. Windows color (decimal): -10589380 or 3959646. OLE color: 3959646.

HSL color Cylindrical-coordinate representation of color #5E6B3C: hue angle of 76.6º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E6B3C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB9410760-
CMYK0.1200.440.58
HSL76.6º28.14%32.75%-
HSV(B)76.6º43.93%41.96%-
XYZ10.6913.226.26-
YUV97.76106.69125.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=36.02%
G=41.00%
B=22.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal94107600.1200.440.5876.628.1432.75
Hex5E6B3CC02C3A4d1c21
Octal1361537414054721153441
Binary1011110110101111110011000101100111010100110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,107,60); }

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

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

 a { background-color: rgb(94,107,60); }

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

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

 span { border-color: rgb(94,107,60); }

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