#41642B

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

Shades of Dell #41642B

Tints of Dell #41642B

Color information

#41642B (or 0x41642B) is unknown color: approx Dell. HEX triplet: 41, 64 and 2B. RGB value is (65,100,43). Sum of RGB (Red+Green+Blue) = 65+100+43=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #41642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41642B is #BE9BD4. Grayscale: #535353. Windows color (decimal): -12491733 or 2843713. OLE color: 2843713.

HSL color Cylindrical-coordinate representation of color #41642B: 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.57%. Process color model (Four color, CMYK) of #41642B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB6510043-
CMYK0.3500.570.61
HSL96.84º39.86%28.04%-
HSV(B)96.84º57%39.22%-
XYZ7.1710.413.92-
YUV83.04105.4115.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 100 (39.45% from 255) = 48.08%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=31.25%
G=48.08%
B=20.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100430.3500.570.6196.8439.8628.04
Hex41642B230393D61281c
Octal1011445343071751415034
Binary100000111001001010111000110111001111101110000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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