#328A6B

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

Shades of Viridian #328A6B

Tints of Viridian #328A6B

Color information

#328A6B (or 0x328A6B) is unknown color: approx Viridian. HEX triplet: 32, 8A and 6B. RGB value is (50,138,107). Sum of RGB (Red+Green+Blue) = 50+138+107=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #328A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A6B is #CD7594. Grayscale: #6C6C6C. Windows color (decimal): -13464981 or 7047730. OLE color: 7047730.

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

Color convert

RGB50138107-
CMYK0.6400.220.46
HSL158.86º46.81%36.86%-
HSV(B)158.86º63.77%54.12%-
XYZ13.0619.9217.07-
YUV108.15127.3586.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=16.95%
G=46.78%
B=36.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501381070.6400.220.46158.8646.8136.86
Hex328A6B400162E9f2f25
Octal62212153100026562375745
Binary110010100010101101011100000001011010111010011111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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