#416521

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

Shades of Dell #416521

Tints of Dell #416521

Color information

#416521 (or 0x416521) is unknown color: approx Dell. HEX triplet: 41, 65 and 21. RGB value is (65,101,33). Sum of RGB (Red+Green+Blue) = 65+101+33=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #416521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416521 is #BE9ADE. Grayscale: #525252. Windows color (decimal): -12491487 or 2188609. OLE color: 2188609.

HSL color Cylindrical-coordinate representation of color #416521: hue angle of 91.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416521 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB6510133-
CMYK0.3600.670.60
HSL91.76º50.75%26.27%-
HSV(B)91.76º67.33%39.61%-
XYZ7.1110.543.1-
YUV82.48100.07115.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=32.66%
G=50.75%
B=16.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101330.3600.670.6091.7650.7526.27
Hex416521240433C5c331a
Octal10114541440103741346332
Binary1000001110010110000110010001000011111100101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416521; }

 p { color: rgb(65,101,33); }

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

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

 a { background-color: rgb(65,101,33); }

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

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

 span { border-color: rgb(65,101,33); }

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