#326211

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

Shades of Dell #326211

Tints of Dell #326211

Color information

#326211 (or 0x326211) is unknown color: approx Dell. HEX triplet: 32, 62 and 11. RGB value is (50,98,17). Sum of RGB (Red+Green+Blue) = 50+98+17=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #326211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326211 is #CD9DEE. Grayscale: #4A4A4A. Windows color (decimal): -13475311 or 1139250. OLE color: 1139250.

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

Color convert

RGB509817-
CMYK0.4900.830.62
HSL95.56º70.43%22.55%-
HSV(B)95.56º82.65%38.43%-
XYZ5.789.452.05-
YUV74.4195.6110.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=30.30%
G=59.39%
B=10.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098170.4900.830.6295.5670.4322.55
Hex326211310533E604617
Octal62142216101237614010627
Binary110010110001010001110001010100111111101100000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326211; }

 p { color: rgb(50,98,17); }

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

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

 a { background-color: rgb(50,98,17); }

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

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

 span { border-color: rgb(50,98,17); }

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