#405831

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

Shades of Dell #405831

Tints of Dell #405831

Color information

#405831 (or 0x405831) is unknown color: approx Dell. HEX triplet: 40, 58 and 31. RGB value is (64,88,49). Sum of RGB (Red+Green+Blue) = 64+88+49=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #405831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405831 is #BFA7CE. Grayscale: #4C4C4C. Windows color (decimal): -12560335 or 3233856. OLE color: 3233856.

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

Color convert

RGB648849-
CMYK0.2700.440.65
HSL96.92º28.47%26.86%-
HSV(B)96.92º44.32%34.51%-
XYZ6.168.294.18-
YUV76.38112.55119.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=31.84%
G=43.78%
B=24.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488490.2700.440.6596.9228.4726.86
Hex4058311B02C41611c1b
Octal10013061330541011413433
Binary10000001011000110001110110101100100000111000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405831; }

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

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

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

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

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

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

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

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