#4E5F3A

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

Shades of Dell #4E5F3A

Tints of Dell #4E5F3A

Color information

#4E5F3A (or 0x4E5F3A) is unknown color: approx Dell. HEX triplet: 4E, 5F and 3A. RGB value is (78,95,58). Sum of RGB (Red+Green+Blue) = 78+95+58=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5F3A is #B1A0C5. Grayscale: #555555. Windows color (decimal): -11641030 or 3825486. OLE color: 3825486.

HSL color Cylindrical-coordinate representation of color #4E5F3A: hue angle of 87.57º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E5F3A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB789558-
CMYK0.1800.390.63
HSL87.57º24.18%30%-
HSV(B)87.57º38.95%37.25%-
XYZ810.115.53-
YUV85.7112.37122.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=33.77%
G=41.13%
B=25.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7895580.1800.390.6387.5724.1830
Hex4E5F3A120273F58181e
Octal1161377222047771303036
Binary1001110101111111101010010010011111111110110001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,95,58); }

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

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

 a { background-color: rgb(78,95,58); }

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

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

 span { border-color: rgb(78,95,58); }

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