#5E6848

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

Shades of Woodland #5E6848

Tints of Woodland #5E6848

Color information

#5E6848 (or 0x5E6848) is unknown color: approx Woodland. HEX triplet: 5E, 68 and 48. RGB value is (94,104,72). Sum of RGB (Red+Green+Blue) = 94+104+72=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6848 is #A197B7. Grayscale: #616161. Windows color (decimal): -10590136 or 4745310. OLE color: 4745310.

HSL color Cylindrical-coordinate representation of color #5E6848: hue angle of 78.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6848 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB9410472-
CMYK0.1000.310.59
HSL78.75º18.18%34.51%-
HSV(B)78.75º30.77%40.78%-
XYZ10.7412.758.03-
YUV97.36113.69125.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=34.81%
G=38.52%
B=26.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104720.1000.310.5978.7518.1834.51
Hex5E6848A01F3B4f1223
Octal13615011012037731172243
Binary1011110110100010010001010011111111011100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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