#496032

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

Shades of Dell #496032

Tints of Dell #496032

Color information

#496032 (or 0x496032) is unknown color: approx Dell. HEX triplet: 49, 60 and 32. RGB value is (73,96,50). Sum of RGB (Red+Green+Blue) = 73+96+50=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #496032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496032 is #B69FCD. Grayscale: #545454. Windows color (decimal): -11968462 or 3301449. OLE color: 3301449.

HSL color Cylindrical-coordinate representation of color #496032: hue angle of 90º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496032 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB739650-
CMYK0.2400.480.62
HSL90º31.51%28.63%-
HSV(B)90º47.92%37.65%-
XYZ7.5110.014.55-
YUV83.88108.88120.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=33.33%
G=43.84%
B=22.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396500.2400.480.629031.5128.63
Hex496032180303E5a201d
Octal1111406230060761324035
Binary10010011100000110010110000110000111110101101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496032; }

 p { color: rgb(73,96,50); }

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

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

 a { background-color: rgb(73,96,50); }

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

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

 span { border-color: rgb(73,96,50); }

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