#328D74

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

Shades of Viridian #328D74

Tints of Viridian #328D74

Color information

#328D74 (or 0x328D74) is unknown color: approx Viridian. HEX triplet: 32, 8D and 74. RGB value is (50,141,116). Sum of RGB (Red+Green+Blue) = 50+141+116=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #328D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D74 is #CD728B. Grayscale: #6E6E6E. Windows color (decimal): -13464204 or 7638322. OLE color: 7638322.

HSL color Cylindrical-coordinate representation of color #328D74: hue angle of 163.52º 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 #328D74 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB50141116-
CMYK0.6500.180.45
HSL163.52º47.64%37.45%-
HSV(B)163.52º64.54%55.29%-
XYZ13.9920.9919.84-
YUV110.94130.8584.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=16.29%
G=45.93%
B=37.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411160.6500.180.45163.5247.6437.45
Hex328D74410122Da43025
Octal62215164101022552446045
Binary110010100011011110100100000101001010110110100100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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