#4E7832

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

Shades of Dell #4E7832

Tints of Dell #4E7832

Color information

#4E7832 (or 0x4E7832) is unknown color: approx Dell. HEX triplet: 4E, 78 and 32. RGB value is (78,120,50). Sum of RGB (Red+Green+Blue) = 78+120+50=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7832 is #B187CD. Grayscale: #636363. Windows color (decimal): -11634638 or 3307598. OLE color: 3307598.

HSL color Cylindrical-coordinate representation of color #4E7832: hue angle of 96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E7832 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB7812050-
CMYK0.3500.580.53
HSL96º41.18%33.33%-
HSV(B)96º58.33%47.06%-
XYZ10.4315.285.42-
YUV99.46100.09112.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=31.45%
G=48.39%
B=20.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120500.3500.580.539641.1833.33
Hex4E78322303A35602921
Octal1161706243072651405141
Binary1001110111100011001010001101110101101011100000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,50); }

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

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

 a { background-color: rgb(78,120,50); }

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

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

 span { border-color: rgb(78,120,50); }

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