#416320

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

Shades of Dell #416320

Tints of Dell #416320

Color information

#416320 (or 0x416320) is unknown color: approx Dell. HEX triplet: 41, 63 and 20. RGB value is (65,99,32). Sum of RGB (Red+Green+Blue) = 65+99+32=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #416320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416320 is #BE9CDF. Grayscale: #515151. Windows color (decimal): -12492000 or 2122561. OLE color: 2122561.

HSL color Cylindrical-coordinate representation of color #416320: hue angle of 90.45º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416320 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB659932-
CMYK0.3400.680.61
HSL90.45º51.15%25.69%-
HSV(B)90.45º67.68%38.82%-
XYZ6.910.152.96-
YUV81.2100.24116.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=33.16%
G=50.51%
B=16.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599320.3400.680.6190.4551.1525.69
Hex416320220443D5a331a
Octal10114340420104751326332
Binary1000001110001110000010001001000100111101101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416320; }

 p { color: rgb(65,99,32); }

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

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

 a { background-color: rgb(65,99,32); }

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

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

 span { border-color: rgb(65,99,32); }

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