#328A6A

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

Shades of Viridian #328A6A

Tints of Viridian #328A6A

Color information

#328A6A (or 0x328A6A) is unknown color: approx Viridian. HEX triplet: 32, 8A and 6A. RGB value is (50,138,106). Sum of RGB (Red+Green+Blue) = 50+138+106=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #328A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A6A is #CD7595. Grayscale: #6C6C6C. Windows color (decimal): -13464982 or 6982194. OLE color: 6982194.

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

Color convert

RGB50138106-
CMYK0.6400.230.46
HSL158.18º46.81%36.86%-
HSV(B)158.18º63.77%54.12%-
XYZ13.0119.916.79-
YUV108.04126.8586.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=17.01%
G=46.94%
B=36.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501381060.6400.230.46158.1846.8136.86
Hex328A6A400172E9e2f25
Octal62212152100027562365745
Binary110010100010101101010100000001011110111010011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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