#406821

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

Shades of Dell #406821

Tints of Dell #406821

Color information

#406821 (or 0x406821) is unknown color: approx Dell. HEX triplet: 40, 68 and 21. RGB value is (64,104,33). Sum of RGB (Red+Green+Blue) = 64+104+33=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #406821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406821 is #BF97DE. Grayscale: #545454. Windows color (decimal): -12556255 or 2189376. OLE color: 2189376.

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

Color convert

RGB6410433-
CMYK0.3800.680.59
HSL93.8º51.82%26.86%-
HSV(B)93.8º68.27%40.78%-
XYZ7.3411.13.19-
YUV83.9599.25113.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=31.84%
G=51.74%
B=16.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104330.3800.680.5993.851.8226.86
Hex406821260443B5e341b
Octal10015041460104731366433
Binary1000000110100010000110011001000100111011101111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406821; }

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

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

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

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

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

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

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

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