#326113

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

Shades of Dell #326113

Tints of Dell #326113

Color information

#326113 (or 0x326113) is unknown color: approx Dell. HEX triplet: 32, 61 and 13. RGB value is (50,97,19). Sum of RGB (Red+Green+Blue) = 50+97+19=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #326113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326113 is #CD9EEC. Grayscale: #4A4A4A. Windows color (decimal): -13475565 or 1270066. OLE color: 1270066.

HSL color Cylindrical-coordinate representation of color #326113: hue angle of 96.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326113 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB509719-
CMYK0.4800.800.62
HSL96.15º67.24%22.75%-
HSV(B)96.15º80.41%38.04%-
XYZ5.719.272.11-
YUV74.0596.93110.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=30.12%
G=58.43%
B=11.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097190.4800.800.6296.1567.2422.75
Hex326113300503E604317
Octal62141236001207614010327
Binary110010110000110011110000010100001111101100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326113; }

 p { color: rgb(50,97,19); }

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

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

 a { background-color: rgb(50,97,19); }

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

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

 span { border-color: rgb(50,97,19); }

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