#4D7333

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

Shades of Dell #4D7333

Tints of Dell #4D7333

Color information

#4D7333 (or 0x4D7333) is unknown color: approx Dell. HEX triplet: 4D, 73 and 33. RGB value is (77,115,51). Sum of RGB (Red+Green+Blue) = 77+115+51=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7333 is #B28CCC. Grayscale: #606060. Windows color (decimal): -11701453 or 3371853. OLE color: 3371853.

HSL color Cylindrical-coordinate representation of color #4D7333: hue angle of 95.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7333 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB7711551-
CMYK0.3300.560.55
HSL95.62º38.55%32.55%-
HSV(B)95.62º55.65%45.1%-
XYZ9.7914.085.33-
YUV96.34102.41114.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=31.69%
G=47.33%
B=20.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77115510.3300.560.5595.6238.5532.55
Hex4D73332103837602721
Octal1151636341070671404741
Binary1001101111001111001110000101110001101111100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,115,51); }

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

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

 a { background-color: rgb(77,115,51); }

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

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

 span { border-color: rgb(77,115,51); }

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