#416326

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

Shades of Dell #416326

Tints of Dell #416326

Color information

#416326 (or 0x416326) is unknown color: approx Dell. HEX triplet: 41, 63 and 26. RGB value is (65,99,38). Sum of RGB (Red+Green+Blue) = 65+99+38=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #416326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416326 is #BE9CD9. Grayscale: #525252. Windows color (decimal): -12491994 or 2515777. OLE color: 2515777.

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

Color convert

RGB659938-
CMYK0.3400.620.61
HSL93.44º44.53%26.86%-
HSV(B)93.44º61.62%38.82%-
XYZ6.9910.193.43-
YUV81.88103.24115.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=32.18%
G=49.01%
B=18.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6599380.3400.620.6193.4444.5326.86
Hex4163262203E3D5d2d1b
Octal1011434642076751355533
Binary100000111000111001101000100111110111101101110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416326; }

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

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

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

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

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

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

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

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