Html Css Color HEX #329373 Viridian

📋 copy color: '#329373'

red 50 ◦ green 147 ◦ blue 115

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

Shades of Viridian #329373

Tints of Viridian #329373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 16.03%
G = 47.12%
B = 36.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#329373 (or 0x329373) is known color: Viridian. HEX triplet: 32, 93 and 73. RGB value is (50,147,115). Sum of RGB (Red+Green+Blue) = 50+147+115=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #329373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329373 is #CD6C8C. Grayscale: #727272. Windows color (decimal): -13462669 or 7574322. OLE color: 7574322.

HSL color Cylindrical-coordinate representation of color #329373: hue angle of 160.21º 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 #329373 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 115 -
CMYK 0.66 0 0.22 0.42
HSL 160.21º 0.49% 0.39% -
HSV(B) 160.21º 0.66% 0.58% -
XYZ 14.84 22.78 19.83 -
YUV 114.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 50 147 115 0.66 0 0.22 0.42 160.21 0.49 0.39
Hex 32 93 73 42 0 16 2A A0 31 27
Octal 62 223 163 102 0 26 52 240 61 47
Binary 110010 10010011 1110011 1000010 0 10110 101010 10100000 110001 100111

Color Harmonies of #329373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329373

Black with #329373

Text Example


Text Example

White with #329373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329373; }

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

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

background-color css

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

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

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

border-color css

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

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

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