#496332

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

Shades of Dell #496332

Tints of Dell #496332

Color information

#496332 (or 0x496332) is unknown color: approx Dell. HEX triplet: 49, 63 and 32. RGB value is (73,99,50). Sum of RGB (Red+Green+Blue) = 73+99+50=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #496332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496332 is #B69CCD. Grayscale: #555555. Windows color (decimal): -11967694 or 3302217. OLE color: 3302217.

HSL color Cylindrical-coordinate representation of color #496332: hue angle of 91.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496332 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB739950-
CMYK0.2600.490.61
HSL91.84º32.89%29.22%-
HSV(B)91.84º49.49%38.82%-
XYZ7.7910.574.65-
YUV85.64107.89118.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=32.88%
G=44.59%
B=22.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399500.2600.490.6191.8432.8929.22
Hex4963321A0313D5c211d
Octal1111436232061751344135
Binary10010011100011110010110100110001111101101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496332; }

 p { color: rgb(73,99,50); }

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

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

 a { background-color: rgb(73,99,50); }

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

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

 span { border-color: rgb(73,99,50); }

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