#496033

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

Shades of Dell #496033

Tints of Dell #496033

Color information

#496033 (or 0x496033) is unknown color: approx Dell. HEX triplet: 49, 60 and 33. RGB value is (73,96,51). Sum of RGB (Red+Green+Blue) = 73+96+51=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #496033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496033 is #B69FCC. Grayscale: #545454. Windows color (decimal): -11968461 or 3366985. OLE color: 3366985.

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

Color convert

RGB739651-
CMYK0.2400.470.62
HSL90.67º30.61%28.82%-
HSV(B)90.67º46.88%37.65%-
XYZ7.5310.024.67-
YUV83.99109.38120.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=33.18%
G=43.64%
B=23.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396510.2400.470.6290.6730.6128.82
Hex4960331802F3E5b1f1d
Octal1111406330057761333735
Binary1001001110000011001111000010111111111010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496033; }

 p { color: rgb(73,96,51); }

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

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

 a { background-color: rgb(73,96,51); }

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

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

 span { border-color: rgb(73,96,51); }

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