#496A29

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

Shades of Dell #496A29

Tints of Dell #496A29

Color information

#496A29 (or 0x496A29) is unknown color: approx Dell. HEX triplet: 49, 6A and 29. RGB value is (73,106,41). Sum of RGB (Red+Green+Blue) = 73+106+41=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #496A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A29 is #B695D6. Grayscale: #585858. Windows color (decimal): -11965911 or 2714185. OLE color: 2714185.

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

Color convert

RGB7310641-
CMYK0.3100.610.58
HSL90.46º44.22%28.82%-
HSV(B)90.46º61.32%41.57%-
XYZ8.311.883.95-
YUV88.72101.07116.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=33.18%
G=48.18%
B=18.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106410.3100.610.5890.4644.2228.82
Hex496A291F03D3A5a2c1d
Octal1111525137075721325435
Binary10010011101010101001111110111101111010101101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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