#4E683D

Color #4E683D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4E683D

Tints of Dell #4E683D

Color information

#4E683D (or 0x4E683D) is unknown color: approx Dell. HEX triplet: 4E, 68 and 3D. RGB value is (78,104,61). Sum of RGB (Red+Green+Blue) = 78+104+61=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #4E683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E683D is #B197C2. Grayscale: #5B5B5B. Windows color (decimal): -11638723 or 4024398. OLE color: 4024398.

HSL color Cylindrical-coordinate representation of color #4E683D: hue angle of 96.28º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E683D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB7810461-
CMYK0.2500.410.59
HSL96.28º26.06%32.35%-
HSV(B)96.28º41.35%40.78%-
XYZ8.9311.866.23-
YUV91.32110.89118.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=32.10%
G=42.80%
B=25.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104610.2500.410.5996.2826.0632.35
Hex4E683D190293B601a20
Octal1161507531051731403240
Binary10011101101000111101110010101001111011110000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E683D; }

 p { color: rgb(78,104,61); }

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

<style>
 a { background-color: #4E683D; }

 a { background-color: rgb(78,104,61); }

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

<style>
 span { border-color: #4E683D; }

 span { border-color: rgb(78,104,61); }

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