Html Css Color HEX #328972 Viridian

📋 copy color: '#328972'

red 50 ◦ green 137 ◦ blue 114

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

Shades of Viridian #328972

Tints of Viridian #328972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 16.61%
G = 45.51%
B = 37.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#328972 (or 0x328972) is known color: Viridian. HEX triplet: 32, 89 and 72. RGB value is (50,137,114). Sum of RGB (Red+Green+Blue) = 50+137+114=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #328972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328972 is #CD768D. Grayscale: #6C6C6C. Windows color (decimal): -13465230 or 7506226. OLE color: 7506226.

HSL color Cylindrical-coordinate representation of color #328972: hue angle of 164.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328972 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 114 -
CMYK 0.64 0 0.17 0.46
HSL 164.14º 0.47% 0.37% -
HSV(B) 164.14º 0.64% 0.54% -
XYZ 13.3 19.78 19.04 -
YUV 108.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 50 137 114 0.64 0 0.17 0.46 164.14 0.47 0.37
Hex 32 89 72 40 0 11 2E A4 2F 25
Octal 62 211 162 100 0 21 56 244 57 45
Binary 110010 10001001 1110010 1000000 0 10001 101110 10100100 101111 100101

Color Harmonies of #328972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328972

Black with #328972

Text Example


Text Example

White with #328972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328972; }

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

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

background-color css

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

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

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

border-color css

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

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

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