#40602E

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

Shades of Dell #40602E

Tints of Dell #40602E

Color information

#40602E (or 0x40602E) is unknown color: approx Dell. HEX triplet: 40, 60 and 2E. RGB value is (64,96,46). Sum of RGB (Red+Green+Blue) = 64+96+46=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #40602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40602E is #BF9FD1. Grayscale: #505050. Windows color (decimal): -12558290 or 3039296. OLE color: 3039296.

HSL color Cylindrical-coordinate representation of color #40602E: hue angle of 98.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40602E is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB649646-
CMYK0.3300.520.62
HSL98.4º35.21%27.84%-
HSV(B)98.4º52.08%37.65%-
XYZ6.799.654.09-
YUV80.73108.4116.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=31.07%
G=46.60%
B=22.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496460.3300.520.6298.435.2127.84
Hex40602E210343E62231c
Octal1001405641064761424334
Binary100000011000001011101000010110100111110110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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