Html Css Color HEX #328B77 Viridian

📋 copy color: '#328B77'

red 50 ◦ green 139 ◦ blue 119

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

Shades of Viridian #328B77

Tints of Viridian #328B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 16.23%
G = 45.13%
B = 38.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#328B77 (or 0x328B77) is known color: Viridian. HEX triplet: 32, 8B and 77. RGB value is (50,139,119). Sum of RGB (Red+Green+Blue) = 50+139+119=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #328B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B77 is #CD7488. Grayscale: #6E6E6E. Windows color (decimal): -13464713 or 7834418. OLE color: 7834418.

HSL color Cylindrical-coordinate representation of color #328B77: hue angle of 166.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B77 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 119 -
CMYK 0.64 0 0.14 0.45
HSL 166.52º 0.47% 0.37% -
HSV(B) 166.52º 0.64% 0.55% -
XYZ 13.88 20.48 20.67 -
YUV 110.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 50 139 119 0.64 0 0.14 0.45 166.52 0.47 0.37
Hex 32 8B 77 40 0 E 2D A7 2F 25
Octal 62 213 167 100 0 16 55 247 57 45
Binary 110010 10001011 1110111 1000000 0 1110 101101 10100111 101111 100101

Color Harmonies of #328B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B77

Black with #328B77

Text Example


Text Example

White with #328B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B77; }

 p { color: rgb(50,139,119); }

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

background-color css

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

 a { background-color: rgb(50,139,119); }

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

border-color css

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

 span { border-color: rgb(50,139,119); }

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