#496E29

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

Shades of Dell #496E29

Tints of Dell #496E29

Color information

#496E29 (or 0x496E29) is unknown color: approx Dell. HEX triplet: 49, 6E and 29. RGB value is (73,110,41). Sum of RGB (Red+Green+Blue) = 73+110+41=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #496E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E29 is #B691D6. Grayscale: #5B5B5B. Windows color (decimal): -11964887 or 2715209. OLE color: 2715209.

HSL color Cylindrical-coordinate representation of color #496E29: hue angle of 92.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496E29 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB7311041-
CMYK0.3400.630.57
HSL92.17º45.7%29.61%-
HSV(B)92.17º62.73%43.14%-
XYZ8.7212.734.09-
YUV91.0799.74115.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=32.59%
G=49.11%
B=18.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110410.3400.630.5792.1745.729.61
Hex496E292203F395c2e1e
Octal1111565142077711345636
Binary100100111011101010011000100111111111001101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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