Html Css Color HEX #328D74 Viridian

📋 copy color: '#328D74'

red 50 ◦ green 141 ◦ blue 116

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

Shades of Viridian #328D74

Tints of Viridian #328D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 16.29%
G = 45.93%
B = 37.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#328D74 (or 0x328D74) is known color: Viridian. HEX triplet: 32, 8D and 74. RGB value is (50,141,116). Sum of RGB (Red+Green+Blue) = 50+141+116=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #328D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D74 is #CD728B. Grayscale: #6E6E6E. Windows color (decimal): -13464204 or 7638322. OLE color: 7638322.

HSL color Cylindrical-coordinate representation of color #328D74: hue angle of 163.52º 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 #328D74 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 116 -
CMYK 0.65 0 0.18 0.45
HSL 163.52º 0.48% 0.37% -
HSV(B) 163.52º 0.65% 0.55% -
XYZ 13.99 20.99 19.84 -
YUV 110.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 50 141 116 0.65 0 0.18 0.45 163.52 0.48 0.37
Hex 32 8D 74 41 0 12 2D A4 30 25
Octal 62 215 164 101 0 22 55 244 60 45
Binary 110010 10001101 1110100 1000001 0 10010 101101 10100100 110000 100101

Color Harmonies of #328D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D74

Black with #328D74

Text Example


Text Example

White with #328D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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