#4E693C

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

Shades of Dell #4E693C

Tints of Dell #4E693C

Color information

#4E693C (or 0x4E693C) is unknown color: approx Dell. HEX triplet: 4E, 69 and 3C. RGB value is (78,105,60). Sum of RGB (Red+Green+Blue) = 78+105+60=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #4E693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E693C is #B196C3. Grayscale: #5B5B5B. Windows color (decimal): -11638468 or 3959118. OLE color: 3959118.

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

Color convert

RGB7810560-
CMYK0.2600.430.59
HSL96º27.27%32.35%-
HSV(B)96º42.86%41.18%-
XYZ9.0112.056.13-
YUV91.8110.05118.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=32.10%
G=43.21%
B=24.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105600.2600.430.599627.2732.35
Hex4E693C1A02B3B601b20
Octal1161517432053731403340
Binary10011101101001111100110100101011111011110000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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