Html Css Color HEX #328464 Viridian

📋 copy color: '#328464'

red 50 ◦ green 132 ◦ blue 100

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

Shades of Viridian #328464

Tints of Viridian #328464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 17.73%
G = 46.81%
B = 35.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#328464 (or 0x328464) is known color: Viridian. HEX triplet: 32, 84 and 64. RGB value is (50,132,100). Sum of RGB (Red+Green+Blue) = 50+132+100=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #328464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328464 is #CD7B9B. Grayscale: #676767. Windows color (decimal): -13466524 or 6587442. OLE color: 6587442.

HSL color Cylindrical-coordinate representation of color #328464: hue angle of 156.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328464 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 100 -
CMYK 0.62 0 0.24 0.48
HSL 156.59º 0.45% 0.36% -
HSV(B) 156.59º 0.62% 0.52% -
XYZ 11.87 18.1 14.92 -
YUV 103.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 50 132 100 0.62 0 0.24 0.48 156.59 0.45 0.36
Hex 32 84 64 3E 0 18 30 9D 2D 24
Octal 62 204 144 76 0 30 60 235 55 44
Binary 110010 10000100 1100100 111110 0 11000 110000 10011101 101101 100100

Color Harmonies of #328464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328464

Black with #328464

Text Example


Text Example

White with #328464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328464; }

 p { color: rgb(50,132,100); }

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

background-color css

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

 a { background-color: rgb(50,132,100); }

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

border-color css

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

 span { border-color: rgb(50,132,100); }

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