#406828

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

Shades of Dell #406828

Tints of Dell #406828

Color information

#406828 (or 0x406828) is unknown color: approx Dell. HEX triplet: 40, 68 and 28. RGB value is (64,104,40). Sum of RGB (Red+Green+Blue) = 64+104+40=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #406828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406828 is #BF97D7. Grayscale: #545454. Windows color (decimal): -12556248 or 2648128. OLE color: 2648128.

HSL color Cylindrical-coordinate representation of color #406828: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406828 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB6410440-
CMYK0.3800.620.59
HSL97.5º44.44%28.24%-
HSV(B)97.5º61.54%40.78%-
XYZ7.4511.143.77-
YUV84.74102.75113.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=30.77%
G=50%
B=19.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104400.3800.620.5997.544.4428.24
Hex4068282603E3B622c1c
Octal1001505046076731425434
Binary100000011010001010001001100111110111011110001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406828; }

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

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

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

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

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

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

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

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