Html Css Color HEX #327F63 Viridian

📋 copy color: '#327F63'

red 50 ◦ green 127 ◦ blue 99

#327F63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #327F63

Tints of Viridian #327F63

RGB

 RED value IS 50 (19.92% from 255) = 18.12%

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 18.12%
G = 46.01%
B = 35.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#327F63 (or 0x327F63) is known color: Viridian. HEX triplet: 32, 7F and 63. RGB value is (50,127,99). Sum of RGB (Red+Green+Blue) = 50+127+99=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #327F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F63 is #CD809C. Grayscale: #646464. Windows color (decimal): -13467805 or 6520626. OLE color: 6520626.

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

Color convert

RGB 50 127 99 -
CMYK 0.61 0 0.22 0.50
HSL 158.18º 0.44% 0.35% -
HSV(B) 158.18º 0.61% 0.5% -
XYZ 11.16 16.76 14.45 -
YUV 100.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 50 127 99 0.61 0 0.22 0.50 158.18 0.44 0.35
Hex 32 7F 63 3D 0 16 32 9E 2C 23
Octal 62 177 143 75 0 26 62 236 54 43
Binary 110010 1111111 1100011 111101 0 10110 110010 10011110 101100 100011

Color Harmonies of #327F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F63

Black with #327F63

Text Example


Text Example

White with #327F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #327F63;
 }
 .AnyTagClassName
 {
   color: #327F63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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