#406428

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

Shades of Dell #406428

Tints of Dell #406428

Color information

#406428 (or 0x406428) is unknown color: approx Dell. HEX triplet: 40, 64 and 28. RGB value is (64,100,40). Sum of RGB (Red+Green+Blue) = 64+100+40=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #406428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406428 is #BF9BD7. Grayscale: #525252. Windows color (decimal): -12557272 or 2647104. OLE color: 2647104.

HSL color Cylindrical-coordinate representation of color #406428: hue angle of 96º 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 #406428 is Cyan = 0.36, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB6410040-
CMYK0.3600.60.61
HSL96º42.86%27.45%-
HSV(B)96º60%39.22%-
XYZ7.0510.363.63-
YUV82.4104.07114.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 100 (39.45% from 255) = 49.02%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=31.37%
G=49.02%
B=19.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100400.3600.60.619642.8627.45
Hex4064282403C3D602b1b
Octal1001445044074751405333
Binary100000011001001010001001000111100111101110000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406428; }

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

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

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

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

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

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

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

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