#4C762C

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

Shades of Dell #4C762C

Tints of Dell #4C762C

Color information

#4C762C (or 0x4C762C) is unknown color: approx Dell. HEX triplet: 4C, 76 and 2C. RGB value is (76,118,44). Sum of RGB (Red+Green+Blue) = 76+118+44=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #4C762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C762C is #B389D3. Grayscale: #616161. Windows color (decimal): -11766228 or 2913868. OLE color: 2913868.

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

Color convert

RGB7611844-
CMYK0.3600.630.54
HSL94.05º45.68%31.76%-
HSV(B)94.05º62.71%46.27%-
XYZ9.9114.684.69-
YUV97.0198.09113.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=31.93%
G=49.58%
B=18.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76118440.3600.630.5494.0545.6831.76
Hex4C762C2403F365e2e20
Octal1141665444077661365640
Binary1001100111011010110010010001111111101101011110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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