#41641D

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

Shades of Dell #41641D

Tints of Dell #41641D

Color information

#41641D (or 0x41641D) is unknown color: approx Dell. HEX triplet: 41, 64 and 1D. RGB value is (65,100,29). Sum of RGB (Red+Green+Blue) = 65+100+29=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #41641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41641D is #BE9BE2. Grayscale: #515151. Windows color (decimal): -12491747 or 1926209. OLE color: 1926209.

HSL color Cylindrical-coordinate representation of color #41641D: hue angle of 89.58º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41641D is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB6510029-
CMYK0.3500.710.61
HSL89.58º55.04%25.29%-
HSV(B)89.58º71%39.22%-
XYZ6.9610.332.79-
YUV81.4498.4116.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 100 (39.45% from 255) = 51.55%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=33.51%
G=51.55%
B=14.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100290.3500.710.6189.5855.0425.29
Hex41641D230473D5a3719
Octal10114435430107751326731
Binary100000111001001110110001101000111111101101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41641D; }

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

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

<style>
 a { background-color: #41641D; }

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

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

<style>
 span { border-color: #41641D; }

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

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