Html Css Color HEX #327F65 Viridian

📋 copy color: '#327F65'

red 50 ◦ green 127 ◦ blue 101

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

Shades of Viridian #327F65

Tints of Viridian #327F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 17.99%
G = 45.68%
B = 36.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#327F65 (or 0x327F65) is known color: Viridian. HEX triplet: 32, 7F and 65. RGB value is (50,127,101). Sum of RGB (Red+Green+Blue) = 50+127+101=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #327F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F65 is #CD809A. Grayscale: #656565. Windows color (decimal): -13467803 or 6651698. OLE color: 6651698.

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

Color convert

RGB 50 127 101 -
CMYK 0.61 0 0.20 0.50
HSL 159.74º 0.44% 0.35% -
HSV(B) 159.74º 0.61% 0.5% -
XYZ 11.25 16.8 14.96 -
YUV 101.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 50 127 101 0.61 0 0.20 0.50 159.74 0.44 0.35
Hex 32 7F 65 3D 0 14 32 A0 2C 23
Octal 62 177 145 75 0 24 62 240 54 43
Binary 110010 1111111 1100101 111101 0 10100 110010 10100000 101100 100011

Color Harmonies of #327F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F65

Black with #327F65

Text Example


Text Example

White with #327F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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