#40582E

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

Shades of Dell #40582E

Tints of Dell #40582E

Color information

#40582E (or 0x40582E) is unknown color: approx Dell. HEX triplet: 40, 58 and 2E. RGB value is (64,88,46). Sum of RGB (Red+Green+Blue) = 64+88+46=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #40582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40582E is #BFA7D1. Grayscale: #4C4C4C. Windows color (decimal): -12560338 or 3037248. OLE color: 3037248.

HSL color Cylindrical-coordinate representation of color #40582E: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40582E is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB648846-
CMYK0.2700.480.65
HSL94.29º31.34%26.27%-
HSV(B)94.29º47.73%34.51%-
XYZ6.18.273.86-
YUV76.04111.05119.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=32.32%
G=44.44%
B=23.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488460.2700.480.6594.2931.3426.27
Hex40582E1B030415e1f1a
Octal10013056330601011363732
Binary10000001011000101110110110110000100000110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40582E; }

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

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

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

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

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

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

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

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