Html Css Color HEX #328D72 Viridian

📋 copy color: '#328D72'

red 50 ◦ green 141 ◦ blue 114

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

Shades of Viridian #328D72

Tints of Viridian #328D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.23%

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

R = 16.39%
G = 46.23%
B = 37.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#328D72 (or 0x328D72) is known color: Viridian. HEX triplet: 32, 8D and 72. RGB value is (50,141,114). Sum of RGB (Red+Green+Blue) = 50+141+114=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #328D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D72 is #CD728D. Grayscale: #6E6E6E. Windows color (decimal): -13464206 or 7507250. OLE color: 7507250.

HSL color Cylindrical-coordinate representation of color #328D72: hue angle of 162.2º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D72 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 114 -
CMYK 0.65 0 0.19 0.45
HSL 162.2º 0.48% 0.37% -
HSV(B) 162.2º 0.65% 0.55% -
XYZ 13.88 20.94 19.23 -
YUV 110.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 50 141 114 0.65 0 0.19 0.45 162.2 0.48 0.37
Hex 32 8D 72 41 0 13 2D A2 30 25
Octal 62 215 162 101 0 23 55 242 60 45
Binary 110010 10001101 1110010 1000001 0 10011 101101 10100010 110000 100101

Color Harmonies of #328D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D72

Black with #328D72

Text Example


Text Example

White with #328D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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