#496931

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

Shades of Dell #496931

Tints of Dell #496931

Color information

#496931 (or 0x496931) is unknown color: approx Dell. HEX triplet: 49, 69 and 31. RGB value is (73,105,49). Sum of RGB (Red+Green+Blue) = 73+105+49=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #496931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496931 is #B696CE. Grayscale: #595959. Windows color (decimal): -11966159 or 3238217. OLE color: 3238217.

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

Color convert

RGB7310549-
CMYK0.3000.530.59
HSL94.29º36.36%30.2%-
HSV(B)94.29º53.33%41.18%-
XYZ8.3511.744.73-
YUV89.05105.4116.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=32.16%
G=46.26%
B=21.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105490.3000.530.5994.2936.3630.2
Hex4969311E0353B5e241e
Octal1111516136065731364436
Binary10010011101001110001111100110101111011101111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496931; }

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

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

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

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

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

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

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

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