Html Css Color HEX #329074 Viridian

📋 copy color: '#329074'

red 50 ◦ green 144 ◦ blue 116

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

Shades of Viridian #329074

Tints of Viridian #329074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 16.13%
G = 46.45%
B = 37.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#329074 (or 0x329074) is known color: Viridian. HEX triplet: 32, 90 and 74. RGB value is (50,144,116). Sum of RGB (Red+Green+Blue) = 50+144+116=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #329074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329074 is #CD6F8B. Grayscale: #707070. Windows color (decimal): -13463436 or 7639090. OLE color: 7639090.

HSL color Cylindrical-coordinate representation of color #329074: hue angle of 162.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329074 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 116 -
CMYK 0.65 0 0.19 0.44
HSL 162.13º 0.48% 0.38% -
HSV(B) 162.13º 0.65% 0.56% -
XYZ 14.44 21.89 19.99 -
YUV 112.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 50 144 116 0.65 0 0.19 0.44 162.13 0.48 0.38
Hex 32 90 74 41 0 13 2C A2 30 26
Octal 62 220 164 101 0 23 54 242 60 46
Binary 110010 10010000 1110100 1000001 0 10011 101100 10100010 110000 100110

Color Harmonies of #329074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329074

Black with #329074

Text Example


Text Example

White with #329074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329074; }

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

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

background-color css

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

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

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

border-color css

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

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

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