#4E7731

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

Shades of Dell #4E7731

Tints of Dell #4E7731

Color information

#4E7731 (or 0x4E7731) is unknown color: approx Dell. HEX triplet: 4E, 77 and 31. RGB value is (78,119,49). Sum of RGB (Red+Green+Blue) = 78+119+49=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #4E7731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7731 is #B188CE. Grayscale: #626262. Windows color (decimal): -11634895 or 3241806. OLE color: 3241806.

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

Color convert

RGB7811949-
CMYK0.3400.590.53
HSL95.14º41.67%32.94%-
HSV(B)95.14º58.82%46.67%-
XYZ10.2915.045.27-
YUV98.7699.92113.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.71%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=31.71%
G=48.37%
B=19.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78119490.3400.590.5395.1441.6732.94
Hex4E77312203B355f2a21
Octal1161676142073651375241
Binary1001110111011111000110001001110111101011011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,119,49); }

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

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

 a { background-color: rgb(78,119,49); }

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

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

 span { border-color: rgb(78,119,49); }

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