#4C663B

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

Shades of Dell #4C663B

Tints of Dell #4C663B

Color information

#4C663B (or 0x4C663B) is unknown color: approx Dell. HEX triplet: 4C, 66 and 3B. RGB value is (76,102,59). Sum of RGB (Red+Green+Blue) = 76+102+59=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #4C663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C663B is #B399C4. Grayscale: #595959. Windows color (decimal): -11770309 or 3892812. OLE color: 3892812.

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

Color convert

RGB7610259-
CMYK0.2500.420.6
HSL96.28º26.71%31.57%-
HSV(B)96.28º42.16%40%-
XYZ8.5211.365.88-
YUV89.32110.89118.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=32.07%
G=43.04%
B=24.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76102590.2500.420.696.2826.7131.57
Hex4C663B1902A3C601b20
Octal1141467331052741403340
Binary10011001100110111011110010101010111100110000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,59); }

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

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

 a { background-color: rgb(76,102,59); }

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

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

 span { border-color: rgb(76,102,59); }

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