#326314

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

Shades of Dell #326314

Tints of Dell #326314

Color information

#326314 (or 0x326314) is unknown color: approx Dell. HEX triplet: 32, 63 and 14. RGB value is (50,99,20). Sum of RGB (Red+Green+Blue) = 50+99+20=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #326314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326314 is #CD9CEB. Grayscale: #4B4B4B. Windows color (decimal): -13475052 or 1336114. OLE color: 1336114.

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

Color convert

RGB509920-
CMYK0.4900.800.61
HSL97.22º66.39%23.33%-
HSV(B)97.22º79.8%38.82%-
XYZ5.99.652.21-
YUV75.3496.77109.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 99 (39.06% from 255) = 58.58%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=29.59%
G=58.58%
B=11.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099200.4900.800.6197.2266.3923.33
Hex326314310503D614217
Octal62143246101207514110227
Binary110010110001110100110001010100001111011100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326314; }

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

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

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

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

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

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

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

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