#416221

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

Shades of Dell #416221

Tints of Dell #416221

Color information

#416221 (or 0x416221) is unknown color: approx Dell. HEX triplet: 41, 62 and 21. RGB value is (65,98,33). Sum of RGB (Red+Green+Blue) = 65+98+33=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #416221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416221 is #BE9DDE. Grayscale: #505050. Windows color (decimal): -12492255 or 2187841. OLE color: 2187841.

HSL color Cylindrical-coordinate representation of color #416221: hue angle of 90.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416221 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB659833-
CMYK0.3400.660.62
HSL90.46º49.62%25.69%-
HSV(B)90.46º66.33%38.43%-
XYZ6.829.973-
YUV80.72101.07116.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=33.16%
G=50%
B=16.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598330.3400.660.6290.4649.6225.69
Hex416221220423E5a321a
Octal10114241420102761326232
Binary1000001110001010000110001001000010111110101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416221; }

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

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

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

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

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

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

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

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