#326310

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

Shades of Dell #326310

Tints of Dell #326310

Color information

#326310 (or 0x326310) is unknown color: approx Dell. HEX triplet: 32, 63 and 10. RGB value is (50,99,16). Sum of RGB (Red+Green+Blue) = 50+99+16=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #326310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326310 is #CD9CEF. Grayscale: #4B4B4B. Windows color (decimal): -13475056 or 1073970. OLE color: 1073970.

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

Color convert

RGB509916-
CMYK0.4900.840.61
HSL95.42º72.17%22.55%-
HSV(B)95.42º83.84%38.82%-
XYZ5.879.642.04-
YUV74.8994.77110.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=30.30%
G=60%
B=9.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099160.4900.840.6195.4272.1722.55
Hex326310310543D5f4817
Octal62143206101247513711027
Binary110010110001110000110001010101001111011011111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326310; }

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

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

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

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

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

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

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

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