#40632D

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

Shades of Dell #40632D

Tints of Dell #40632D

Color information

#40632D (or 0x40632D) is unknown color: approx Dell. HEX triplet: 40, 63 and 2D. RGB value is (64,99,45). Sum of RGB (Red+Green+Blue) = 64+99+45=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #40632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40632D is #BF9CD2. Grayscale: #525252. Windows color (decimal): -12557523 or 2974528. OLE color: 2974528.

HSL color Cylindrical-coordinate representation of color #40632D: hue angle of 98.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40632D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB649945-
CMYK0.3500.550.61
HSL98.89º37.5%28.24%-
HSV(B)98.89º54.55%38.82%-
XYZ7.0510.24.08-
YUV82.38106.9114.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=30.77%
G=47.60%
B=21.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499450.3500.550.6198.8937.528.24
Hex40632D230373D63261c
Octal1001435543067751434634
Binary100000011000111011011000110110111111101110001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40632D; }

 p { color: rgb(64,99,45); }

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

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

 a { background-color: rgb(64,99,45); }

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

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

 span { border-color: rgb(64,99,45); }

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