#4C683C

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

Shades of Dell #4C683C

Tints of Dell #4C683C

Color information

#4C683C (or 0x4C683C) is unknown color: approx Dell. HEX triplet: 4C, 68 and 3C. RGB value is (76,104,60). Sum of RGB (Red+Green+Blue) = 76+104+60=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #4C683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C683C is #B397C3. Grayscale: #5A5A5A. Windows color (decimal): -11769796 or 3958860. OLE color: 3958860.

HSL color Cylindrical-coordinate representation of color #4C683C: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C683C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB7610460-
CMYK0.2700.420.59
HSL98.18º26.83%32.16%-
HSV(B)98.18º42.31%40.78%-
XYZ8.7511.766.08-
YUV90.61110.72117.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 60 (23.83% from 255) = 25%
R=31.67%
G=43.33%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104600.2700.420.5998.1826.8332.16
Hex4C683C1B02A3B621b20
Octal1141507433052731423340
Binary10011001101000111100110110101010111011110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,60); }

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

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

 a { background-color: rgb(76,104,60); }

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

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

 span { border-color: rgb(76,104,60); }

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