#41642C

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

Shades of Dell #41642C

Tints of Dell #41642C

Color information

#41642C (or 0x41642C) is unknown color: approx Dell. HEX triplet: 41, 64 and 2C. RGB value is (65,100,44). Sum of RGB (Red+Green+Blue) = 65+100+44=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #41642C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41642C is #BE9BD3. Grayscale: #535353. Windows color (decimal): -12491732 or 2909249. OLE color: 2909249.

HSL color Cylindrical-coordinate representation of color #41642C: hue angle of 97.5º degrees, saturation: 0.39, 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 #41642C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB6510044-
CMYK0.3500.560.61
HSL97.5º38.89%28.24%-
HSV(B)97.5º56%39.22%-
XYZ7.1910.424.02-
YUV83.15105.9115.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=31.10%
G=47.85%
B=21.05%

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
Decimal65100440.3500.560.6197.538.8928.24
Hex41642C230383D62271c
Octal1011445443070751424734
Binary100000111001001011001000110111000111101110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,100,44); }

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

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

 a { background-color: rgb(65,100,44); }

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

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

 span { border-color: rgb(65,100,44); }

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