#4E6734

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

Shades of Dell #4E6734

Tints of Dell #4E6734

Color information

#4E6734 (or 0x4E6734) is unknown color: approx Dell. HEX triplet: 4E, 67 and 34. RGB value is (78,103,52). Sum of RGB (Red+Green+Blue) = 78+103+52=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6734 is #B198CB. Grayscale: #595959. Windows color (decimal): -11638988 or 3434318. OLE color: 3434318.

HSL color Cylindrical-coordinate representation of color #4E6734: hue angle of 89.41º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E6734 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7810352-
CMYK0.2400.500.60
HSL89.41º32.9%30.39%-
HSV(B)89.41º49.51%40.39%-
XYZ8.6111.575.03-
YUV89.71106.72119.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.48%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=33.48%
G=44.21%
B=22.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78103520.2400.500.6089.4132.930.39
Hex4E6734180323C59211e
Octal1161476430062741314136
Binary10011101100111110100110000110010111100101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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