#406326

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

Shades of Dell #406326

Tints of Dell #406326

Color information

#406326 (or 0x406326) is unknown color: approx Dell. HEX triplet: 40, 63 and 26. RGB value is (64,99,38). Sum of RGB (Red+Green+Blue) = 64+99+38=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #406326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406326 is #BF9CD9. Grayscale: #515151. Windows color (decimal): -12557530 or 2515776. OLE color: 2515776.

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

Color convert

RGB649938-
CMYK0.3500.620.61
HSL94.43º44.53%26.86%-
HSV(B)94.43º61.62%38.82%-
XYZ6.9310.153.43-
YUV81.58103.4115.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=31.84%
G=49.25%
B=18.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499380.3500.620.6194.4344.5326.86
Hex4063262303E3D5e2d1b
Octal1001434643076751365533
Binary100000011000111001101000110111110111101101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406326; }

 p { color: rgb(64,99,38); }

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

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

 a { background-color: rgb(64,99,38); }

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

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

 span { border-color: rgb(64,99,38); }

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