Html Css Color HEX #329374 Viridian

📋 copy color: '#329374'

red 50 ◦ green 147 ◦ blue 116

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

Shades of Viridian #329374

Tints of Viridian #329374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 15.97%
G = 46.96%
B = 37.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#329374 (or 0x329374) is known color: Viridian. HEX triplet: 32, 93 and 74. RGB value is (50,147,116). Sum of RGB (Red+Green+Blue) = 50+147+116=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #329374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329374 is #CD6C8B. Grayscale: #727272. Windows color (decimal): -13462668 or 7639858. OLE color: 7639858.

HSL color Cylindrical-coordinate representation of color #329374: hue angle of 160.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329374 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 116 -
CMYK 0.66 0 0.21 0.42
HSL 160.82º 0.49% 0.39% -
HSV(B) 160.82º 0.66% 0.58% -
XYZ 14.9 22.81 20.14 -
YUV 114.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 50 147 116 0.66 0 0.21 0.42 160.82 0.49 0.39
Hex 32 93 74 42 0 15 2A A1 31 27
Octal 62 223 164 102 0 25 52 241 61 47
Binary 110010 10010011 1110100 1000010 0 10101 101010 10100001 110001 100111

Color Harmonies of #329374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329374

Black with #329374

Text Example


Text Example

White with #329374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329374; }

 p { color: rgb(50,147,116); }

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

background-color css

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

 a { background-color: rgb(50,147,116); }

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

border-color css

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

 span { border-color: rgb(50,147,116); }

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