#4C7332

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

Shades of Dell #4C7332

Tints of Dell #4C7332

Color information

#4C7332 (or 0x4C7332) is unknown color: approx Dell. HEX triplet: 4C, 73 and 32. RGB value is (76,115,50). Sum of RGB (Red+Green+Blue) = 76+115+50=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7332 is #B38CCD. Grayscale: #606060. Windows color (decimal): -11766990 or 3306316. OLE color: 3306316.

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

Color convert

RGB7611550-
CMYK0.3400.570.55
HSL96º39.39%32.35%-
HSV(B)96º56.52%45.1%-
XYZ9.6914.035.21-
YUV95.93102.08113.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=31.54%
G=47.72%
B=20.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76115500.3400.570.559639.3932.35
Hex4C73322203937602720
Octal1141636242071671404740
Binary1001100111001111001010001001110011101111100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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