Html Css Color HEX #328164 Viridian

📋 copy color: '#328164'

red 50 ◦ green 129 ◦ blue 100

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

Shades of Viridian #328164

Tints of Viridian #328164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

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

R = 17.92%
G = 46.24%
B = 35.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#328164 (or 0x328164) is known color: Viridian. HEX triplet: 32, 81 and 64. RGB value is (50,129,100). Sum of RGB (Red+Green+Blue) = 50+129+100=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #328164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328164 is #CD7E9B. Grayscale: #666666. Windows color (decimal): -13467292 or 6586674. OLE color: 6586674.

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

Color convert

RGB 50 129 100 -
CMYK 0.61 0 0.22 0.49
HSL 157.97º 0.44% 0.35% -
HSV(B) 157.97º 0.61% 0.51% -
XYZ 11.47 17.3 14.79 -
YUV 102.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 50 129 100 0.61 0 0.22 0.49 157.97 0.44 0.35
Hex 32 81 64 3D 0 16 31 9E 2C 23
Octal 62 201 144 75 0 26 61 236 54 43
Binary 110010 10000001 1100100 111101 0 10110 110001 10011110 101100 100011

Color Harmonies of #328164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328164

Black with #328164

Text Example


Text Example

White with #328164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328164; }

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

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

background-color css

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

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

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

border-color css

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

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

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