Html Css Color HEX #328064 Viridian

📋 copy color: '#328064'

red 50 ◦ green 128 ◦ blue 100

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

Shades of Viridian #328064

Tints of Viridian #328064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

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

R = 17.99%
G = 46.04%
B = 35.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#328064 (or 0x328064) is known color: Viridian. HEX triplet: 32, 80 and 64. RGB value is (50,128,100). Sum of RGB (Red+Green+Blue) = 50+128+100=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #328064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328064 is #CD7F9B. Grayscale: #656565. Windows color (decimal): -13467548 or 6586418. OLE color: 6586418.

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

Color convert

RGB 50 128 100 -
CMYK 0.61 0 0.22 0.50
HSL 158.46º 0.44% 0.35% -
HSV(B) 158.46º 0.61% 0.5% -
XYZ 11.33 17.04 14.75 -
YUV 101.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 50 128 100 0.61 0 0.22 0.50 158.46 0.44 0.35
Hex 32 80 64 3D 0 16 32 9E 2C 23
Octal 62 200 144 75 0 26 62 236 54 43
Binary 110010 10000000 1100100 111101 0 10110 110010 10011110 101100 100011

Color Harmonies of #328064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328064

Black with #328064

Text Example


Text Example

White with #328064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328064; }

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

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

background-color css

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

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

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

border-color css

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

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

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