Html Css Color HEX #329175 Viridian

📋 copy color: '#329175'

red 50 ◦ green 145 ◦ blue 117

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

Shades of Viridian #329175

Tints of Viridian #329175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 16.03%
G = 46.47%
B = 37.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#329175 (or 0x329175) is known color: Viridian. HEX triplet: 32, 91 and 75. RGB value is (50,145,117). Sum of RGB (Red+Green+Blue) = 50+145+117=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #329175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329175 is #CD6E8A. Grayscale: #717171. Windows color (decimal): -13463179 or 7704882. OLE color: 7704882.

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

Color convert

RGB 50 145 117 -
CMYK 0.66 0 0.19 0.43
HSL 162.32º 0.49% 0.38% -
HSV(B) 162.32º 0.66% 0.57% -
XYZ 14.65 22.21 20.34 -
YUV 113.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 50 145 117 0.66 0 0.19 0.43 162.32 0.49 0.38
Hex 32 91 75 42 0 13 2B A2 31 26
Octal 62 221 165 102 0 23 53 242 61 46
Binary 110010 10010001 1110101 1000010 0 10011 101011 10100010 110001 100110

Color Harmonies of #329175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329175

Black with #329175

Text Example


Text Example

White with #329175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329175; }

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

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

background-color css

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

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

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

border-color css

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

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

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