#496031

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

Shades of Dell #496031

Tints of Dell #496031

Color information

#496031 (or 0x496031) is unknown color: approx Dell. HEX triplet: 49, 60 and 31. RGB value is (73,96,49). Sum of RGB (Red+Green+Blue) = 73+96+49=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #496031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496031 is #B69FCE. Grayscale: #535353. Windows color (decimal): -11968463 or 3235913. OLE color: 3235913.

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

Color convert

RGB739649-
CMYK0.2400.490.62
HSL89.36º32.41%28.43%-
HSV(B)89.36º48.96%37.65%-
XYZ7.48104.44-
YUV83.76108.38120.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=33.49%
G=44.04%
B=22.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396490.2400.490.6289.3632.4128.43
Hex496031180313E59201c
Octal1111406130061761314034
Binary10010011100000110001110000110001111110101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496031; }

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

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

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

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

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

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

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

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