#496832

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

Shades of Dell #496832

Tints of Dell #496832

Color information

#496832 (or 0x496832) is unknown color: approx Dell. HEX triplet: 49, 68 and 32. RGB value is (73,104,50). Sum of RGB (Red+Green+Blue) = 73+104+50=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #496832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496832 is #B697CD. Grayscale: #585858. Windows color (decimal): -11966414 or 3303497. OLE color: 3303497.

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

Color convert

RGB7310450-
CMYK0.3000.520.59
HSL94.44º35.06%30.2%-
HSV(B)94.44º51.92%40.78%-
XYZ8.2711.554.81-
YUV88.58106.23116.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=32.16%
G=45.81%
B=22.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104500.3000.520.5994.4435.0630.2
Hex4968321E0343B5e231e
Octal1111506236064731364336
Binary10010011101000110010111100110100111011101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496832; }

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

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

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

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

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

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

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

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