#329372

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

Shades of Viridian #329372

Tints of Viridian #329372

Color information

#329372 (or 0x329372) is unknown color: approx Viridian. HEX triplet: 32, 93 and 72. RGB value is (50,147,114). Sum of RGB (Red+Green+Blue) = 50+147+114=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #329372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329372 is #CD6C8D. Grayscale: #727272. Windows color (decimal): -13462670 or 7508786. OLE color: 7508786.

HSL color Cylindrical-coordinate representation of color #329372: hue angle of 159.59º 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 #329372 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB50147114-
CMYK0.6600.220.42
HSL159.59º49.24%38.63%-
HSV(B)159.59º65.99%57.65%-
XYZ14.7922.7619.53-
YUV114.24127.8682.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=16.08%
G=47.27%
B=36.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501471140.6600.220.42159.5949.2438.63
Hex329372420162Aa03127
Octal62223162102026522406147
Binary110010100100111110010100001001011010101010100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329372; }

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

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

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

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

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

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

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

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