#40602C

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

Shades of Dell #40602C

Tints of Dell #40602C

Color information

#40602C (or 0x40602C) is unknown color: approx Dell. HEX triplet: 40, 60 and 2C. RGB value is (64,96,44). Sum of RGB (Red+Green+Blue) = 64+96+44=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #40602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40602C is #BF9FD3. Grayscale: #505050. Windows color (decimal): -12558292 or 2908224. OLE color: 2908224.

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

Color convert

RGB649644-
CMYK0.3300.540.62
HSL96.92º37.14%27.45%-
HSV(B)96.92º54.17%37.65%-
XYZ6.759.643.89-
YUV80.5107.4116.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=31.37%
G=47.06%
B=21.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496440.3300.540.6296.9237.1427.45
Hex40602C210363E61251b
Octal1001405441066761414533
Binary100000011000001011001000010110110111110110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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