#4C603A

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

Shades of Dell #4C603A

Tints of Dell #4C603A

Color information

#4C603A (or 0x4C603A) is unknown color: approx Dell. HEX triplet: 4C, 60 and 3A. RGB value is (76,96,58). Sum of RGB (Red+Green+Blue) = 76+96+58=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #4C603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C603A is #B39FC5. Grayscale: #555555. Windows color (decimal): -11771846 or 3825740. OLE color: 3825740.

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

Color convert

RGB769658-
CMYK0.2100.400.62
HSL91.58º24.68%30.2%-
HSV(B)91.58º39.58%37.65%-
XYZ7.9310.215.56-
YUV85.69112.37121.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=33.04%
G=41.74%
B=25.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7696580.2100.400.6291.5824.6830.2
Hex4C603A150283E5c191e
Octal1141407225050761343136
Binary1001100110000011101010101010100011111010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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