#4E6F32

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

Shades of Dell #4E6F32

Tints of Dell #4E6F32

Color information

#4E6F32 (or 0x4E6F32) is unknown color: approx Dell. HEX triplet: 4E, 6F and 32. RGB value is (78,111,50). Sum of RGB (Red+Green+Blue) = 78+111+50=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6F32 is #B190CD. Grayscale: #5E5E5E. Windows color (decimal): -11636942 or 3305294. OLE color: 3305294.

HSL color Cylindrical-coordinate representation of color #4E6F32: hue angle of 92.46º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E6F32 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB7811150-
CMYK0.3000.550.56
HSL92.46º37.89%31.57%-
HSV(B)92.46º54.95%43.53%-
XYZ9.413.225.07-
YUV94.18103.07116.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=32.64%
G=46.44%
B=20.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78111500.3000.550.5692.4637.8931.57
Hex4E6F321E037385c2620
Octal1161576236067701344640
Binary100111011011111100101111001101111110001011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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