#40632C

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

Shades of Dell #40632C

Tints of Dell #40632C

Color information

#40632C (or 0x40632C) is unknown color: approx Dell. HEX triplet: 40, 63 and 2C. RGB value is (64,99,44). Sum of RGB (Red+Green+Blue) = 64+99+44=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #40632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40632C is #BF9CD3. Grayscale: #525252. Windows color (decimal): -12557524 or 2908992. OLE color: 2908992.

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

Color convert

RGB649944-
CMYK0.3500.560.61
HSL98.18º38.46%28.04%-
HSV(B)98.18º55.56%38.82%-
XYZ7.0310.23.98-
YUV82.26106.4114.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=30.92%
G=47.83%
B=21.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499440.3500.560.6198.1838.4628.04
Hex40632C230383D62261c
Octal1001435443070751424634
Binary100000011000111011001000110111000111101110001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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