Html Css Color HEX #328970 Viridian

📋 copy color: '#328970'

red 50 ◦ green 137 ◦ blue 112

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

Shades of Viridian #328970

Tints of Viridian #328970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 16.72%
G = 45.82%
B = 37.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#328970 (or 0x328970) is known color: Viridian. HEX triplet: 32, 89 and 70. RGB value is (50,137,112). Sum of RGB (Red+Green+Blue) = 50+137+112=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #328970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328970 is #CD768F. Grayscale: #6C6C6C. Windows color (decimal): -13465232 or 7375154. OLE color: 7375154.

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

Color convert

RGB 50 137 112 -
CMYK 0.64 0 0.18 0.46
HSL 162.76º 0.47% 0.37% -
HSV(B) 162.76º 0.64% 0.54% -
XYZ 13.19 19.74 18.44 -
YUV 108.14 130.18 86.53 -
System Red Green Blue C M Y K H S L
Decimal 50 137 112 0.64 0 0.18 0.46 162.76 0.47 0.37
Hex 32 89 70 40 0 12 2E A3 2F 25
Octal 62 211 160 100 0 22 56 243 57 45
Binary 110010 10001001 1110000 1000000 0 10010 101110 10100011 101111 100101

Color Harmonies of #328970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328970

Black with #328970

Text Example


Text Example

White with #328970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328970; }

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

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

background-color css

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

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

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

border-color css

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

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

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