Html Css Color HEX #329173 Viridian

📋 copy color: '#329173'

red 50 ◦ green 145 ◦ blue 115

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

Shades of Viridian #329173

Tints of Viridian #329173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 16.13%
G = 46.77%
B = 37.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#329173 (or 0x329173) is known color: Viridian. HEX triplet: 32, 91 and 73. RGB value is (50,145,115). Sum of RGB (Red+Green+Blue) = 50+145+115=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #329173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329173 is #CD6E8C. Grayscale: #717171. Windows color (decimal): -13463181 or 7573810. OLE color: 7573810.

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

Color convert

RGB 50 145 115 -
CMYK 0.66 0 0.21 0.43
HSL 161.05º 0.49% 0.38% -
HSV(B) 161.05º 0.66% 0.57% -
XYZ 14.54 22.17 19.73 -
YUV 113.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 50 145 115 0.66 0 0.21 0.43 161.05 0.49 0.38
Hex 32 91 73 42 0 15 2B A1 31 26
Octal 62 221 163 102 0 25 53 241 61 46
Binary 110010 10010001 1110011 1000010 0 10101 101011 10100001 110001 100110

Color Harmonies of #329173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329173

Black with #329173

Text Example


Text Example

White with #329173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329173; }

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

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

background-color css

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

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

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

border-color css

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

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

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