#496839

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

Shades of Dell #496839

Tints of Dell #496839

Color information

#496839 (or 0x496839) is unknown color: approx Dell. HEX triplet: 49, 68 and 39. RGB value is (73,104,57). Sum of RGB (Red+Green+Blue) = 73+104+57=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #496839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496839 is #B697C6. Grayscale: #595959. Windows color (decimal): -11966407 or 3762249. OLE color: 3762249.

HSL color Cylindrical-coordinate representation of color #496839: hue angle of 99.57º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496839 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB7310457-
CMYK0.3000.450.59
HSL99.57º29.19%31.57%-
HSV(B)99.57º45.19%40.78%-
XYZ8.4411.615.67-
YUV89.37109.73116.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=31.20%
G=44.44%
B=24.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104570.3000.450.5999.5729.1931.57
Hex4968391E02D3B641d20
Octal1111507136055731443540
Binary10010011101000111001111100101101111011110010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496839; }

 p { color: rgb(73,104,57); }

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

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

 a { background-color: rgb(73,104,57); }

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

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

 span { border-color: rgb(73,104,57); }

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