#329371

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

Shades of Viridian #329371

Tints of Viridian #329371

Color information

#329371 (or 0x329371) is unknown color: approx Viridian. HEX triplet: 32, 93 and 71. RGB value is (50,147,113). Sum of RGB (Red+Green+Blue) = 50+147+113=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #329371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329371 is #CD6C8E. Grayscale: #727272. Windows color (decimal): -13462671 or 7443250. OLE color: 7443250.

HSL color Cylindrical-coordinate representation of color #329371: hue angle of 158.97º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329371 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB50147113-
CMYK0.6600.230.42
HSL158.97º49.24%38.63%-
HSV(B)158.97º65.99%57.65%-
XYZ14.7322.7419.24-
YUV114.12127.3682.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=16.13%
G=47.42%
B=36.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501471130.6600.230.42158.9749.2438.63
Hex329371420172A9f3127
Octal62223161102027522376147
Binary110010100100111110001100001001011110101010011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329371; }

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

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

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

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

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

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

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

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