Html Css Color HEX #329471 Viridian

📋 copy color: '#329471'

red 50 ◦ green 148 ◦ blue 113

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

Shades of Viridian #329471

Tints of Viridian #329471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 16.08%
G = 47.59%
B = 36.33%

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

#329471 (or 0x329471) is known color: Viridian. HEX triplet: 32, 94 and 71. RGB value is (50,148,113). Sum of RGB (Red+Green+Blue) = 50+148+113=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #329471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329471 is #CD6B8E. Grayscale: #727272. Windows color (decimal): -13462415 or 7443506. OLE color: 7443506.

HSL color Cylindrical-coordinate representation of color #329471: hue angle of 158.57º 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 #329471 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 113 -
CMYK 0.66 0 0.24 0.42
HSL 158.57º 0.49% 0.39% -
HSV(B) 158.57º 0.66% 0.58% -
XYZ 14.89 23.05 19.29 -
YUV 114.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 50 148 113 0.66 0 0.24 0.42 158.57 0.49 0.39
Hex 32 94 71 42 0 18 2A 9F 31 27
Octal 62 224 161 102 0 30 52 237 61 47
Binary 110010 10010100 1110001 1000010 0 11000 101010 10011111 110001 100111

Color Harmonies of #329471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329471

Black with #329471

Text Example


Text Example

White with #329471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329471; }

 p { color: rgb(50,148,113); }

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

background-color css

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

 a { background-color: rgb(50,148,113); }

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

border-color css

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

 span { border-color: rgb(50,148,113); }

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