Html Css Color HEX #329274 Viridian

📋 copy color: '#329274'

red 50 ◦ green 146 ◦ blue 116

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

Shades of Viridian #329274

Tints of Viridian #329274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 16.03%
G = 46.79%
B = 37.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#329274 (or 0x329274) is known color: Viridian. HEX triplet: 32, 92 and 74. RGB value is (50,146,116). Sum of RGB (Red+Green+Blue) = 50+146+116=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #329274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329274 is #CD6D8B. Grayscale: #717171. Windows color (decimal): -13462924 or 7639602. OLE color: 7639602.

HSL color Cylindrical-coordinate representation of color #329274: hue angle of 161.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329274 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 116 -
CMYK 0.66 0 0.21 0.43
HSL 161.25º 0.49% 0.38% -
HSV(B) 161.25º 0.66% 0.57% -
XYZ 14.75 22.5 20.09 -
YUV 113.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 50 146 116 0.66 0 0.21 0.43 161.25 0.49 0.38
Hex 32 92 74 42 0 15 2B A1 31 26
Octal 62 222 164 102 0 25 53 241 61 46
Binary 110010 10010010 1110100 1000010 0 10101 101011 10100001 110001 100110

Color Harmonies of #329274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329274

Black with #329274

Text Example


Text Example

White with #329274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329274; }

 p { color: rgb(50,146,116); }

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

background-color css

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

 a { background-color: rgb(50,146,116); }

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

border-color css

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

 span { border-color: rgb(50,146,116); }

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