Html Css Color HEX #329372 Viridian

📋 copy color: '#329372'

red 50 ◦ green 147 ◦ blue 114

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

Shades of Viridian #329372

Tints of Viridian #329372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 16.08%
G = 47.27%
B = 36.66%

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

#329372 (or 0x329372) is known color: Viridian. HEX triplet: 32, 93 and 72. RGB value is (50,147,114). Sum of RGB (Red+Green+Blue) = 50+147+114=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #329372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329372 is #CD6C8D. Grayscale: #727272. Windows color (decimal): -13462670 or 7508786. OLE color: 7508786.

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

Color convert

RGB 50 147 114 -
CMYK 0.66 0 0.22 0.42
HSL 159.59º 0.49% 0.39% -
HSV(B) 159.59º 0.66% 0.58% -
XYZ 14.79 22.76 19.53 -
YUV 114.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 50 147 114 0.66 0 0.22 0.42 159.59 0.49 0.39
Hex 32 93 72 42 0 16 2A A0 31 27
Octal 62 223 162 102 0 26 52 240 61 47
Binary 110010 10010011 1110010 1000010 0 10110 101010 10100000 110001 100111

Color Harmonies of #329372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329372

Black with #329372

Text Example


Text Example

White with #329372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329372; }

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

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

background-color css

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

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

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

border-color css

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

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

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