#327C61

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

Shades of Viridian #327C61

Tints of Viridian #327C61

Color information

#327C61 (or 0x327C61) is unknown color: approx Viridian. HEX triplet: 32, 7C and 61. RGB value is (50,124,97). Sum of RGB (Red+Green+Blue) = 50+124+97=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #327C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C61 is #CD839E. Grayscale: #626262. Windows color (decimal): -13468575 or 6388786. OLE color: 6388786.

HSL color Cylindrical-coordinate representation of color #327C61: hue angle of 158.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C61 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5012497-
CMYK0.6000.220.51
HSL158.11º42.53%34.12%-
HSV(B)158.11º59.68%48.63%-
XYZ10.6815.9613.83-
YUV98.8126.9893.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=18.45%
G=45.76%
B=35.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124970.6000.220.51158.1142.5334.12
Hex327C613C016339e2b22
Octal6217414174026632365342
Binary1100101111100110000111110001011011001110011110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,97); }

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

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

 a { background-color: rgb(50,124,97); }

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

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

 span { border-color: rgb(50,124,97); }

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