#40632A

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

Shades of Dell #40632A

Tints of Dell #40632A

Color information

#40632A (or 0x40632A) is unknown color: approx Dell. HEX triplet: 40, 63 and 2A. RGB value is (64,99,42). Sum of RGB (Red+Green+Blue) = 64+99+42=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #40632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40632A is #BF9CD5. Grayscale: #525252. Windows color (decimal): -12557526 or 2777920. OLE color: 2777920.

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

Color convert

RGB649942-
CMYK0.3500.580.61
HSL96.84º40.43%27.65%-
HSV(B)96.84º57.58%38.82%-
XYZ6.9910.183.79-
YUV82.04105.4115.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=31.22%
G=48.29%
B=20.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499420.3500.580.6196.8440.4327.65
Hex40632A2303A3D61281c
Octal1001435243072751415034
Binary100000011000111010101000110111010111101110000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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