#328A71

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

Shades of Viridian #328A71

Tints of Viridian #328A71

Color information

#328A71 (or 0x328A71) is unknown color: approx Viridian. HEX triplet: 32, 8A and 71. RGB value is (50,138,113). Sum of RGB (Red+Green+Blue) = 50+138+113=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #328A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A71 is #CD758E. Grayscale: #6C6C6C. Windows color (decimal): -13464975 or 7440946. OLE color: 7440946.

HSL color Cylindrical-coordinate representation of color #328A71: hue angle of 162.95º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A71 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB50138113-
CMYK0.6400.180.46
HSL162.95º46.81%36.86%-
HSV(B)162.95º63.77%54.12%-
XYZ13.3820.0518.79-
YUV108.84130.3586.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=16.61%
G=45.85%
B=37.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501381130.6400.180.46162.9546.8136.86
Hex328A71400122Ea32f25
Octal62212161100022562435745
Binary110010100010101110001100000001001010111010100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328A71; }

 p { color: rgb(50,138,113); }

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

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

 a { background-color: rgb(50,138,113); }

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

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

 span { border-color: rgb(50,138,113); }

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