#327F61

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

Shades of Viridian #327F61

Tints of Viridian #327F61

Color information

#327F61 (or 0x327F61) is unknown color: approx Viridian. HEX triplet: 32, 7F and 61. RGB value is (50,127,97). Sum of RGB (Red+Green+Blue) = 50+127+97=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #327F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F61 is #CD809E. Grayscale: #646464. Windows color (decimal): -13467807 or 6389554. OLE color: 6389554.

HSL color Cylindrical-coordinate representation of color #327F61: hue angle of 156.62º 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 #327F61 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB5012797-
CMYK0.6100.240.50
HSL156.62º43.5%34.71%-
HSV(B)156.62º60.63%49.8%-
XYZ11.0616.7213.95-
YUV100.56125.9991.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=18.25%
G=46.35%
B=35.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127970.6100.240.50156.6243.534.71
Hex327F613D018329d2c23
Octal6217714175030622355443
Binary1100101111111110000111110101100011001010011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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