#327F62

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

Shades of Viridian #327F62

Tints of Viridian #327F62

Color information

#327F62 (or 0x327F62) is unknown color: approx Viridian. HEX triplet: 32, 7F and 62. RGB value is (50,127,98). Sum of RGB (Red+Green+Blue) = 50+127+98=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #327F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F62 is #CD809D. Grayscale: #646464. Windows color (decimal): -13467806 or 6455090. OLE color: 6455090.

HSL color Cylindrical-coordinate representation of color #327F62: hue angle of 157.4º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F62 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5012798-
CMYK0.6100.230.50
HSL157.4º43.5%34.71%-
HSV(B)157.4º60.63%49.8%-
XYZ11.1116.7414.2-
YUV100.67126.4991.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=18.18%
G=46.18%
B=35.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127980.6100.230.50157.443.534.71
Hex327F623D017329d2c23
Octal6217714275027622355443
Binary1100101111111110001011110101011111001010011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F62; }

 p { color: rgb(50,127,98); }

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

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

 a { background-color: rgb(50,127,98); }

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

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

 span { border-color: rgb(50,127,98); }

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