Html Css Color HEX #329472 Viridian

📋 copy color: '#329472'

red 50 ◦ green 148 ◦ blue 114

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

Shades of Viridian #329472

Tints of Viridian #329472

RGB

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

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

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

R = 16.03%
G = 47.44%
B = 36.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#329472 (or 0x329472) is known color: Viridian. HEX triplet: 32, 94 and 72. RGB value is (50,148,114). Sum of RGB (Red+Green+Blue) = 50+148+114=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #329472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329472 is #CD6B8D. Grayscale: #727272. Windows color (decimal): -13462414 or 7509042. OLE color: 7509042.

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

Color convert

RGB 50 148 114 -
CMYK 0.66 0 0.23 0.42
HSL 159.18º 0.49% 0.39% -
HSV(B) 159.18º 0.66% 0.58% -
XYZ 14.94 23.07 19.59 -
YUV 114.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 50 148 114 0.66 0 0.23 0.42 159.18 0.49 0.39
Hex 32 94 72 42 0 17 2A 9F 31 27
Octal 62 224 162 102 0 27 52 237 61 47
Binary 110010 10010100 1110010 1000010 0 10111 101010 10011111 110001 100111

Color Harmonies of #329472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329472

Black with #329472

Text Example


Text Example

White with #329472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329472; }

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

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

background-color css

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

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

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

border-color css

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

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

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