#328464

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

Shades of Viridian #328464

Tints of Viridian #328464

Color information

#328464 (or 0x328464) is unknown color: approx Viridian. HEX triplet: 32, 84 and 64. RGB value is (50,132,100). Sum of RGB (Red+Green+Blue) = 50+132+100=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #328464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328464 is #CD7B9B. Grayscale: #676767. Windows color (decimal): -13466524 or 6587442. OLE color: 6587442.

HSL color Cylindrical-coordinate representation of color #328464: hue angle of 156.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328464 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB50132100-
CMYK0.6200.240.48
HSL156.59º45.05%35.69%-
HSV(B)156.59º62.12%51.76%-
XYZ11.8718.114.92-
YUV103.83125.8389.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=17.73%
G=46.81%
B=35.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501321000.6200.240.48156.5945.0535.69
Hex3284643E018309d2d24
Octal6220414476030602355544
Binary11001010000100110010011111001100011000010011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328464; }

 p { color: rgb(50,132,100); }

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

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

 a { background-color: rgb(50,132,100); }

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

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

 span { border-color: rgb(50,132,100); }

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