#4E6935

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

Shades of Dell #4E6935

Tints of Dell #4E6935

Color information

#4E6935 (or 0x4E6935) is unknown color: approx Dell. HEX triplet: 4E, 69 and 35. RGB value is (78,105,53). Sum of RGB (Red+Green+Blue) = 78+105+53=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6935 is #B196CA. Grayscale: #5B5B5B. Windows color (decimal): -11638475 or 3500366. OLE color: 3500366.

HSL color Cylindrical-coordinate representation of color #4E6935: hue angle of 91.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E6935 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB7810553-
CMYK0.2600.500.59
HSL91.15º32.91%30.98%-
HSV(B)91.15º49.52%41.18%-
XYZ8.8411.985.21-
YUV91106.55118.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.05%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=33.05%
G=44.49%
B=22.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105530.2600.500.5991.1532.9130.98
Hex4E69351A0323B5b211f
Octal1161516532062731334137
Binary10011101101001110101110100110010111011101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,53); }

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

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

 a { background-color: rgb(78,105,53); }

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

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

 span { border-color: rgb(78,105,53); }

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