#405B2E

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

Shades of Dell #405B2E

Tints of Dell #405B2E

Color information

#405B2E (or 0x405B2E) is unknown color: approx Dell. HEX triplet: 40, 5B and 2E. RGB value is (64,91,46). Sum of RGB (Red+Green+Blue) = 64+91+46=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #405B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B2E is #BFA4D1. Grayscale: #4D4D4D. Windows color (decimal): -12559570 or 3038016. OLE color: 3038016.

HSL color Cylindrical-coordinate representation of color #405B2E: hue angle of 96º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #405B2E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB649146-
CMYK0.3000.490.64
HSL96º32.85%26.86%-
HSV(B)96º49.45%35.69%-
XYZ6.358.773.94-
YUV77.8110.05118.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=31.84%
G=45.27%
B=22.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6491460.3000.490.649632.8526.86
Hex405B2E1E0314060211b
Octal10013356360611001404133
Binary100000010110111011101111001100011000000110000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405B2E; }

 p { color: rgb(64,91,46); }

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

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

 a { background-color: rgb(64,91,46); }

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

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

 span { border-color: rgb(64,91,46); }

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