#406824

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

Shades of Dell #406824

Tints of Dell #406824

Color information

#406824 (or 0x406824) is unknown color: approx Dell. HEX triplet: 40, 68 and 24. RGB value is (64,104,36). Sum of RGB (Red+Green+Blue) = 64+104+36=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #406824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406824 is #BF97DB. Grayscale: #545454. Windows color (decimal): -12556252 or 2385984. OLE color: 2385984.

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

Color convert

RGB6410436-
CMYK0.3800.650.59
HSL95.29º48.57%27.45%-
HSV(B)95.29º65.38%40.78%-
XYZ7.3811.123.43-
YUV84.29100.75113.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=31.37%
G=50.98%
B=17.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104360.3800.650.5995.2948.5727.45
Hex406824260413B5f311b
Octal10015044460101731376133
Binary1000000110100010010010011001000001111011101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406824; }

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

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

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

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

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

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

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

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