#416121

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

Shades of Dell #416121

Tints of Dell #416121

Color information

#416121 (or 0x416121) is unknown color: approx Dell. HEX triplet: 41, 61 and 21. RGB value is (65,97,33). Sum of RGB (Red+Green+Blue) = 65+97+33=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #416121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416121 is #BE9EDE. Grayscale: #505050. Windows color (decimal): -12492511 or 2187585. OLE color: 2187585.

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

Color convert

RGB659733-
CMYK0.3300.660.62
HSL90º49.23%25.49%-
HSV(B)90º65.98%38.04%-
XYZ6.739.782.97-
YUV80.14101.4117.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=33.33%
G=49.74%
B=16.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597330.3300.660.629049.2325.49
Hex416121210423E5a3119
Octal10114141410102761326131
Binary1000001110000110000110000101000010111110101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416121; }

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

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

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

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

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

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

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

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