#326112

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

Shades of Dell #326112

Tints of Dell #326112

Color information

#326112 (or 0x326112) is unknown color: approx Dell. HEX triplet: 32, 61 and 12. RGB value is (50,97,18). Sum of RGB (Red+Green+Blue) = 50+97+18=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #326112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326112 is #CD9EED. Grayscale: #4A4A4A. Windows color (decimal): -13475566 or 1204530. OLE color: 1204530.

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

Color convert

RGB509718-
CMYK0.4800.810.62
HSL95.7º68.7%22.55%-
HSV(B)95.7º81.44%38.04%-
XYZ5.79.272.06-
YUV73.9496.43110.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=30.30%
G=58.79%
B=10.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097180.4800.810.6295.768.722.55
Hex326112300513E604517
Octal62141226001217614010527
Binary110010110000110010110000010100011111101100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326112; }

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

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

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

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

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

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

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

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