#4E683C

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

Shades of Dell #4E683C

Tints of Dell #4E683C

Color information

#4E683C (or 0x4E683C) is unknown color: approx Dell. HEX triplet: 4E, 68 and 3C. RGB value is (78,104,60). Sum of RGB (Red+Green+Blue) = 78+104+60=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #4E683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E683C is #B197C3. Grayscale: #5B5B5B. Windows color (decimal): -11638724 or 3958862. OLE color: 3958862.

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

Color convert

RGB7810460-
CMYK0.2500.420.59
HSL95.45º26.83%32.16%-
HSV(B)95.45º42.31%40.78%-
XYZ8.9111.856.09-
YUV91.21110.39118.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=32.23%
G=42.98%
B=24.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104600.2500.420.5995.4526.8332.16
Hex4E683C1902A3B5f1b20
Octal1161507431052731373340
Binary10011101101000111100110010101010111011101111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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