Html Css Color HEX #328D78 Viridian

📋 copy color: '#328D78'

red 50 ◦ green 141 ◦ blue 120

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

Shades of Viridian #328D78

Tints of Viridian #328D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 16.08%
G = 45.34%
B = 38.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#328D78 (or 0x328D78) is known color: Viridian. HEX triplet: 32, 8D and 78. RGB value is (50,141,120). Sum of RGB (Red+Green+Blue) = 50+141+120=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #328D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D78 is #CD7287. Grayscale: #6F6F6F. Windows color (decimal): -13464200 or 7900466. OLE color: 7900466.

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

Color convert

RGB 50 141 120 -
CMYK 0.65 0 0.15 0.45
HSL 166.15º 0.48% 0.37% -
HSV(B) 166.15º 0.65% 0.55% -
XYZ 14.23 21.08 21.09 -
YUV 111.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 50 141 120 0.65 0 0.15 0.45 166.15 0.48 0.37
Hex 32 8D 78 41 0 F 2D A6 30 25
Octal 62 215 170 101 0 17 55 246 60 45
Binary 110010 10001101 1111000 1000001 0 1111 101101 10100110 110000 100101

Color Harmonies of #328D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D78

Black with #328D78

Text Example


Text Example

White with #328D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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