#496233

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

Shades of Dell #496233

Tints of Dell #496233

Color information

#496233 (or 0x496233) is unknown color: approx Dell. HEX triplet: 49, 62 and 33. RGB value is (73,98,51). Sum of RGB (Red+Green+Blue) = 73+98+51=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #496233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496233 is #B69DCC. Grayscale: #555555. Windows color (decimal): -11967949 or 3367497. OLE color: 3367497.

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

Color convert

RGB739851-
CMYK0.2600.480.62
HSL91.91º31.54%29.22%-
HSV(B)91.91º47.96%38.43%-
XYZ7.7110.394.73-
YUV85.17108.72119.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=32.88%
G=44.14%
B=22.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398510.2600.480.6291.9131.5429.22
Hex4962331A0303E5c201d
Octal1111426332060761344035
Binary10010011100010110011110100110000111110101110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496233; }

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

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

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

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

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

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

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

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