#4E6137

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

Shades of Dell #4E6137

Tints of Dell #4E6137

Color information

#4E6137 (or 0x4E6137) is unknown color: approx Dell. HEX triplet: 4E, 61 and 37. RGB value is (78,97,55). Sum of RGB (Red+Green+Blue) = 78+97+55=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6137 is #B19EC8. Grayscale: #565656. Windows color (decimal): -11640521 or 3629390. OLE color: 3629390.

HSL color Cylindrical-coordinate representation of color #4E6137: hue angle of 87.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E6137 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB789755-
CMYK0.2000.430.62
HSL87.14º27.63%29.8%-
HSV(B)87.14º43.3%38.04%-
XYZ8.1110.445.2-
YUV86.53110.21121.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=33.91%
G=42.17%
B=23.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897550.2000.430.6287.1427.6329.8
Hex4E61371402B3E571c1e
Octal1161416724053761273436
Binary1001110110000111011110100010101111111010101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,55); }

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

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

 a { background-color: rgb(78,97,55); }

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

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

 span { border-color: rgb(78,97,55); }

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