Html Css Color HEX #328264 Viridian

📋 copy color: '#328264'

red 50 ◦ green 130 ◦ blue 100

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

Shades of Viridian #328264

Tints of Viridian #328264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 17.86%
G = 46.43%
B = 35.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#328264 (or 0x328264) is known color: Viridian. HEX triplet: 32, 82 and 64. RGB value is (50,130,100). Sum of RGB (Red+Green+Blue) = 50+130+100=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #328264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328264 is #CD7D9B. Grayscale: #666666. Windows color (decimal): -13467036 or 6586930. OLE color: 6586930.

HSL color Cylindrical-coordinate representation of color #328264: hue angle of 157.5º degrees, saturation: 0.44, 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 #328264 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 100 -
CMYK 0.62 0 0.23 0.49
HSL 157.5º 0.44% 0.35% -
HSV(B) 157.5º 0.62% 0.51% -
XYZ 11.6 17.56 14.84 -
YUV 102.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 50 130 100 0.62 0 0.23 0.49 157.5 0.44 0.35
Hex 32 82 64 3E 0 17 31 9E 2C 23
Octal 62 202 144 76 0 27 61 236 54 43
Binary 110010 10000010 1100100 111110 0 10111 110001 10011110 101100 100011

Color Harmonies of #328264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328264

Black with #328264

Text Example


Text Example

White with #328264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328264; }

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

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

background-color css

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

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

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

border-color css

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

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

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