#4C603C

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

Shades of Dell #4C603C

Tints of Dell #4C603C

Color information

#4C603C (or 0x4C603C) is unknown color: approx Dell. HEX triplet: 4C, 60 and 3C. RGB value is (76,96,60). Sum of RGB (Red+Green+Blue) = 76+96+60=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #4C603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C603C is #B39FC3. Grayscale: #565656. Windows color (decimal): -11771844 or 3956812. OLE color: 3956812.

HSL color Cylindrical-coordinate representation of color #4C603C: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C603C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB769660-
CMYK0.2100.380.62
HSL93.33º23.08%30.59%-
HSV(B)93.33º37.5%37.65%-
XYZ7.9810.235.83-
YUV85.92113.37120.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=32.76%
G=41.38%
B=25.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696600.2100.380.6293.3323.0830.59
Hex4C603C150263E5d171f
Octal1141407425046761352737
Binary1001100110000011110010101010011011111010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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