#496A31

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

Shades of Dell #496A31

Tints of Dell #496A31

Color information

#496A31 (or 0x496A31) is unknown color: approx Dell. HEX triplet: 49, 6A and 31. RGB value is (73,106,49). Sum of RGB (Red+Green+Blue) = 73+106+49=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #496A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A31 is #B695CE. Grayscale: #595959. Windows color (decimal): -11965903 or 3238473. OLE color: 3238473.

HSL color Cylindrical-coordinate representation of color #496A31: hue angle of 94.74º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496A31 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB7310649-
CMYK0.3100.540.58
HSL94.74º36.77%30.39%-
HSV(B)94.74º53.77%41.57%-
XYZ8.4611.954.77-
YUV89.64105.07116.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=32.02%
G=46.49%
B=21.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106490.3100.540.5894.7436.7730.39
Hex496A311F0363A5f251e
Octal1111526137066721374536
Binary10010011101010110001111110110110111010101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A31; }

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

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

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

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

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

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

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

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