#328B6A

Color #328B6A Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #328B6A

Tints of Viridian #328B6A

Color information

#328B6A (or 0x328B6A) is unknown color: approx Viridian. HEX triplet: 32, 8B and 6A. RGB value is (50,139,106). Sum of RGB (Red+Green+Blue) = 50+139+106=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #328B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B6A is #CD7495. Grayscale: #6C6C6C. Windows color (decimal): -13464726 or 6982450. OLE color: 6982450.

HSL color Cylindrical-coordinate representation of color #328B6A: hue angle of 157.75º 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 #328B6A is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB50139106-
CMYK0.6400.240.45
HSL157.75º47.09%37.06%-
HSV(B)157.75º64.03%54.51%-
XYZ13.1520.1816.84-
YUV108.63126.5186.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=16.95%
G=47.12%
B=35.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391060.6400.240.45157.7547.0937.06
Hex328B6A400182D9e2f25
Octal62213152100030552365745
Binary110010100010111101010100000001100010110110011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #328B6A;
 }
 .AnyTagClassName
 {
   color: #328B6A;
 }
</style>
background-color css

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

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

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

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

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

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