#4C772C

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

Shades of Dell #4C772C

Tints of Dell #4C772C

Color information

#4C772C (or 0x4C772C) is unknown color: approx Dell. HEX triplet: 4C, 77 and 2C. RGB value is (76,119,44). Sum of RGB (Red+Green+Blue) = 76+119+44=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #4C772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C772C is #B388D3. Grayscale: #616161. Windows color (decimal): -11765972 or 2914124. OLE color: 2914124.

HSL color Cylindrical-coordinate representation of color #4C772C: hue angle of 94.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C772C is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB7611944-
CMYK0.3600.630.53
HSL94.4º46.01%31.96%-
HSV(B)94.4º63.03%46.67%-
XYZ10.0314.914.73-
YUV97.5997.75112.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=31.80%
G=49.79%
B=18.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76119440.3600.630.5394.446.0131.96
Hex4C772C2403F355e2e20
Octal1141675444077651365640
Binary1001100111011110110010010001111111101011011110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,44); }

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

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

 a { background-color: rgb(76,119,44); }

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

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

 span { border-color: rgb(76,119,44); }

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