#328E77

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

Shades of Viridian #328E77

Tints of Viridian #328E77

Color information

#328E77 (or 0x328E77) is unknown color: approx Viridian. HEX triplet: 32, 8E and 77. RGB value is (50,142,119). Sum of RGB (Red+Green+Blue) = 50+142+119=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #328E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E77 is #CD7188. Grayscale: #6F6F6F. Windows color (decimal): -13463945 or 7835186. OLE color: 7835186.

HSL color Cylindrical-coordinate representation of color #328E77: hue angle of 165º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E77 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB50142119-
CMYK0.6500.160.44
HSL165º47.92%37.65%-
HSV(B)165º64.79%55.69%-
XYZ14.3221.3620.82-
YUV111.87132.0283.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=16.08%
G=45.66%
B=38.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501421190.6500.160.4416547.9237.65
Hex328E77410102Ca53026
Octal62216167101020542456046
Binary110010100011101110111100000101000010110010100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,119); }

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

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

 a { background-color: rgb(50,142,119); }

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

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

 span { border-color: rgb(50,142,119); }

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