#496428

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

Shades of Dell #496428

Tints of Dell #496428

Color information

#496428 (or 0x496428) is unknown color: approx Dell. HEX triplet: 49, 64 and 28. RGB value is (73,100,40). Sum of RGB (Red+Green+Blue) = 73+100+40=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #496428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496428 is #B69BD7. Grayscale: #555555. Windows color (decimal): -11967448 or 2647113. OLE color: 2647113.

HSL color Cylindrical-coordinate representation of color #496428: hue angle of 87º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496428 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB7310040-
CMYK0.2700.60.61
HSL87º42.86%27.45%-
HSV(B)87º60%39.22%-
XYZ7.6910.683.66-
YUV85.09102.55119.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=34.27%
G=46.95%
B=18.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100400.2700.60.618742.8627.45
Hex4964281B03C3D572b1b
Octal1111445033074751275333
Binary10010011100100101000110110111100111101101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496428; }

 p { color: rgb(73,100,40); }

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

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

 a { background-color: rgb(73,100,40); }

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

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

 span { border-color: rgb(73,100,40); }

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