#4C7032

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

Shades of Dell #4C7032

Tints of Dell #4C7032

Color information

#4C7032 (or 0x4C7032) is unknown color: approx Dell. HEX triplet: 4C, 70 and 32. RGB value is (76,112,50). Sum of RGB (Red+Green+Blue) = 76+112+50=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7032 is #B38FCD. Grayscale: #5E5E5E. Windows color (decimal): -11767758 or 3305548. OLE color: 3305548.

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

Color convert

RGB7611250-
CMYK0.3200.550.56
HSL94.84º38.27%31.76%-
HSV(B)94.84º55.36%43.92%-
XYZ9.3513.365.1-
YUV94.17103.07115.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=31.93%
G=47.06%
B=21.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112500.3200.550.5694.8438.2731.76
Hex4C703220037385f2620
Octal1141606240067701374640
Binary1001100111000011001010000001101111110001011111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,50); }

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

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

 a { background-color: rgb(76,112,50); }

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

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

 span { border-color: rgb(76,112,50); }

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