#328D79

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

Shades of Viridian #328D79

Tints of Viridian #328D79

Color information

#328D79 (or 0x328D79) is unknown color: approx Viridian. HEX triplet: 32, 8D and 79. RGB value is (50,141,121). Sum of RGB (Red+Green+Blue) = 50+141+121=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #328D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D79 is #CD7286. Grayscale: #6F6F6F. Windows color (decimal): -13464199 or 7966002. OLE color: 7966002.

HSL color Cylindrical-coordinate representation of color #328D79: hue angle of 166.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D79 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB50141121-
CMYK0.6500.140.45
HSL166.81º47.64%37.45%-
HSV(B)166.81º64.54%55.29%-
XYZ14.2921.1121.41-
YUV111.51133.3584.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=16.03%
G=45.19%
B=38.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411210.6500.140.45166.8147.6437.45
Hex328D79410E2Da73025
Octal62215171101016552476045
Binary11001010001101111100110000010111010110110100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,121); }

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

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

 a { background-color: rgb(50,141,121); }

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

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

 span { border-color: rgb(50,141,121); }

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