Html Css Color HEX #329370 Viridian

📋 copy color: '#329370'

red 50 ◦ green 147 ◦ blue 112

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

Shades of Viridian #329370

Tints of Viridian #329370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 16.18%
G = 47.57%
B = 36.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#329370 (or 0x329370) is known color: Viridian. HEX triplet: 32, 93 and 70. RGB value is (50,147,112). Sum of RGB (Red+Green+Blue) = 50+147+112=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #329370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329370 is #CD6C8F. Grayscale: #727272. Windows color (decimal): -13462672 or 7377714. OLE color: 7377714.

HSL color Cylindrical-coordinate representation of color #329370: hue angle of 158.35º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329370 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 112 -
CMYK 0.66 0 0.24 0.42
HSL 158.35º 0.49% 0.39% -
HSV(B) 158.35º 0.66% 0.58% -
XYZ 14.67 22.72 18.94 -
YUV 114.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 50 147 112 0.66 0 0.24 0.42 158.35 0.49 0.39
Hex 32 93 70 42 0 18 2A 9E 31 27
Octal 62 223 160 102 0 30 52 236 61 47
Binary 110010 10010011 1110000 1000010 0 11000 101010 10011110 110001 100111

Color Harmonies of #329370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329370

Black with #329370

Text Example


Text Example

White with #329370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329370; }

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

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

background-color css

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

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

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

border-color css

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

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

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