#4E7234

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

Shades of Dell #4E7234

Tints of Dell #4E7234

Color information

#4E7234 (or 0x4E7234) is unknown color: approx Dell. HEX triplet: 4E, 72 and 34. RGB value is (78,114,52). Sum of RGB (Red+Green+Blue) = 78+114+52=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7234 is #B18DCB. Grayscale: #606060. Windows color (decimal): -11636172 or 3437134. OLE color: 3437134.

HSL color Cylindrical-coordinate representation of color #4E7234: hue angle of 94.84º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E7234 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB7811452-
CMYK0.3200.540.55
HSL94.84º37.35%32.55%-
HSV(B)94.84º54.39%44.71%-
XYZ9.7813.95.42-
YUV96.17103.07115.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=31.97%
G=46.72%
B=21.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114520.3200.540.5594.8437.3532.55
Hex4E723420036375f2521
Octal1161626440066671374541
Binary1001110111001011010010000001101101101111011111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,52); }

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

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

 a { background-color: rgb(78,114,52); }

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

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

 span { border-color: rgb(78,114,52); }

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