#326011

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

Shades of Dell #326011

Tints of Dell #326011

Color information

#326011 (or 0x326011) is unknown color: approx Dell. HEX triplet: 32, 60 and 11. RGB value is (50,96,17). Sum of RGB (Red+Green+Blue) = 50+96+17=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #326011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326011 is #CD9FEE. Grayscale: #494949. Windows color (decimal): -13475823 or 1138738. OLE color: 1138738.

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

Color convert

RGB509617-
CMYK0.4800.820.62
HSL94.94º69.91%22.16%-
HSV(B)94.94º82.29%37.65%-
XYZ5.69.081.99-
YUV73.2496.26111.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 96 (37.89% from 255) = 58.90%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=30.67%
G=58.90%
B=10.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096170.4800.820.6294.9469.9122.16
Hex326011300523E5f4616
Octal62140216001227613710626
Binary110010110000010001110000010100101111101011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326011; }

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

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

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

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

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

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

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

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