#326210

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

Shades of Dell #326210

Tints of Dell #326210

Color information

#326210 (or 0x326210) is unknown color: approx Dell. HEX triplet: 32, 62 and 10. RGB value is (50,98,16). Sum of RGB (Red+Green+Blue) = 50+98+16=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #326210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326210 is #CD9DEF. Grayscale: #4A4A4A. Windows color (decimal): -13475312 or 1073714. OLE color: 1073714.

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

Color convert

RGB509816-
CMYK0.4900.840.62
HSL95.12º71.93%22.35%-
HSV(B)95.12º83.67%38.43%-
XYZ5.789.452.01-
YUV74.395.1110.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=30.49%
G=59.76%
B=9.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098160.4900.840.6295.1271.9322.35
Hex326210310543E5f4816
Octal62142206101247613711026
Binary110010110001010000110001010101001111101011111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326210; }

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

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

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

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

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

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

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

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