#41632A

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

Shades of Dell #41632A

Tints of Dell #41632A

Color information

#41632A (or 0x41632A) is unknown color: approx Dell. HEX triplet: 41, 63 and 2A. RGB value is (65,99,42). Sum of RGB (Red+Green+Blue) = 65+99+42=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #41632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41632A is #BE9CD5. Grayscale: #525252. Windows color (decimal): -12491990 or 2777921. OLE color: 2777921.

HSL color Cylindrical-coordinate representation of color #41632A: hue angle of 95.79º 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 #41632A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB659942-
CMYK0.3400.580.61
HSL95.79º40.43%27.65%-
HSV(B)95.79º57.58%38.82%-
XYZ7.0610.213.79-
YUV82.34105.24115.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=31.55%
G=48.06%
B=20.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599420.3400.580.6195.7940.4327.65
Hex41632A2203A3D60281c
Octal1011435242072751405034
Binary100000111000111010101000100111010111101110000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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