#4D7034

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

Shades of Dell #4D7034

Tints of Dell #4D7034

Color information

#4D7034 (or 0x4D7034) is unknown color: approx Dell. HEX triplet: 4D, 70 and 34. RGB value is (77,112,52). Sum of RGB (Red+Green+Blue) = 77+112+52=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7034 is #B28FCB. Grayscale: #5E5E5E. Windows color (decimal): -11702220 or 3436621. OLE color: 3436621.

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

Color convert

RGB7711252-
CMYK0.3100.540.56
HSL95º36.59%32.16%-
HSV(B)95º53.57%43.92%-
XYZ9.4713.415.34-
YUV94.7103.9115.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=31.95%
G=46.47%
B=21.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77112520.3100.540.569536.5932.16
Hex4D70341F036385f2520
Octal1151606437066701374540
Binary100110111100001101001111101101101110001011111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,112,52); }

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

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

 a { background-color: rgb(77,112,52); }

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

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

 span { border-color: rgb(77,112,52); }

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