#4D752F

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

Shades of Dell #4D752F

Tints of Dell #4D752F

Color information

#4D752F (or 0x4D752F) is unknown color: approx Dell. HEX triplet: 4D, 75 and 2F. RGB value is (77,117,47). Sum of RGB (Red+Green+Blue) = 77+117+47=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #4D752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D752F is #B28AD0. Grayscale: #616161. Windows color (decimal): -11700945 or 3110221. OLE color: 3110221.

HSL color Cylindrical-coordinate representation of color #4D752F: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D752F is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB7711747-
CMYK0.3400.600.54
HSL94.29º42.68%32.16%-
HSV(B)94.29º59.83%45.88%-
XYZ9.9314.514.97-
YUV97.0699.75113.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=31.95%
G=48.55%
B=19.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77117470.3400.600.5494.2942.6832.16
Hex4D752F2203C365e2b20
Octal1151655742074661365340
Binary1001101111010110111110001001111001101101011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,47); }

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

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

 a { background-color: rgb(77,117,47); }

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

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

 span { border-color: rgb(77,117,47); }

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