#496134

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

Shades of Dell #496134

Tints of Dell #496134

Color information

#496134 (or 0x496134) is unknown color: approx Dell. HEX triplet: 49, 61 and 34. RGB value is (73,97,52). Sum of RGB (Red+Green+Blue) = 73+97+52=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #496134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496134 is #B69ECB. Grayscale: #545454. Windows color (decimal): -11968204 or 3432777. OLE color: 3432777.

HSL color Cylindrical-coordinate representation of color #496134: hue angle of 92º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496134 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB739752-
CMYK0.2500.460.62
HSL92º30.2%29.22%-
HSV(B)92º46.39%38.04%-
XYZ7.6410.214.82-
YUV84.69109.55119.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=32.88%
G=43.69%
B=23.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397520.2500.460.629230.229.22
Hex4961341902E3E5c1e1d
Octal1111416431056761343635
Binary1001001110000111010011001010111011111010111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496134; }

 p { color: rgb(73,97,52); }

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

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

 a { background-color: rgb(73,97,52); }

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

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

 span { border-color: rgb(73,97,52); }

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