#416624

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

Shades of Dell #416624

Tints of Dell #416624

Color information

#416624 (or 0x416624) is unknown color: approx Dell. HEX triplet: 41, 66 and 24. RGB value is (65,102,36). Sum of RGB (Red+Green+Blue) = 65+102+36=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #416624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416624 is #BE99DB. Grayscale: #535353. Windows color (decimal): -12491228 or 2385473. OLE color: 2385473.

HSL color Cylindrical-coordinate representation of color #416624: hue angle of 93.64º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416624 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB6510236-
CMYK0.3600.650.6
HSL93.64º47.83%27.06%-
HSV(B)93.64º64.71%40%-
XYZ7.2510.753.36-
YUV83.41101.24114.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=32.02%
G=50.25%
B=17.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102360.3600.650.693.6447.8327.06
Hex416624240413C5e301b
Octal10114644440101741366033
Binary1000001110011010010010010001000001111100101111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416624; }

 p { color: rgb(65,102,36); }

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

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

 a { background-color: rgb(65,102,36); }

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

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

 span { border-color: rgb(65,102,36); }

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