Html Css Color HEX #328364 Viridian

📋 copy color: '#328364'

red 50 ◦ green 131 ◦ blue 100

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

Shades of Viridian #328364

Tints of Viridian #328364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 17.79%
G = 46.62%
B = 35.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#328364 (or 0x328364) is known color: Viridian. HEX triplet: 32, 83 and 64. RGB value is (50,131,100). Sum of RGB (Red+Green+Blue) = 50+131+100=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #328364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328364 is #CD7C9B. Grayscale: #676767. Windows color (decimal): -13466780 or 6587186. OLE color: 6587186.

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

Color convert

RGB 50 131 100 -
CMYK 0.62 0 0.24 0.49
HSL 157.04º 0.45% 0.35% -
HSV(B) 157.04º 0.62% 0.51% -
XYZ 11.73 17.83 14.88 -
YUV 103.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 50 131 100 0.62 0 0.24 0.49 157.04 0.45 0.35
Hex 32 83 64 3E 0 18 31 9D 2D 23
Octal 62 203 144 76 0 30 61 235 55 43
Binary 110010 10000011 1100100 111110 0 11000 110001 10011101 101101 100011

Color Harmonies of #328364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328364

Black with #328364

Text Example


Text Example

White with #328364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328364; }

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

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

background-color css

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

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

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

border-color css

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

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

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