Html Css Color HEX #328973 Viridian

📋 copy color: '#328973'

red 50 ◦ green 137 ◦ blue 115

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

Shades of Viridian #328973

Tints of Viridian #328973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 16.56%
G = 45.36%
B = 38.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#328973 (or 0x328973) is known color: Viridian. HEX triplet: 32, 89 and 73. RGB value is (50,137,115). Sum of RGB (Red+Green+Blue) = 50+137+115=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #328973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328973 is #CD768C. Grayscale: #6C6C6C. Windows color (decimal): -13465229 or 7571762. OLE color: 7571762.

HSL color Cylindrical-coordinate representation of color #328973: hue angle of 164.83º 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 #328973 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 115 -
CMYK 0.64 0 0.16 0.46
HSL 164.83º 0.47% 0.37% -
HSV(B) 164.83º 0.64% 0.54% -
XYZ 13.36 19.81 19.34 -
YUV 108.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 50 137 115 0.64 0 0.16 0.46 164.83 0.47 0.37
Hex 32 89 73 40 0 10 2E A5 2F 25
Octal 62 211 163 100 0 20 56 245 57 45
Binary 110010 10001001 1110011 1000000 0 10000 101110 10100101 101111 100101

Color Harmonies of #328973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328973

Black with #328973

Text Example


Text Example

White with #328973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328973; }

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

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

background-color css

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

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

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

border-color css

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

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

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