#328B6F

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

Shades of Viridian #328B6F

Tints of Viridian #328B6F

Color information

#328B6F (or 0x328B6F) is unknown color: approx Viridian. HEX triplet: 32, 8B and 6F. RGB value is (50,139,111). Sum of RGB (Red+Green+Blue) = 50+139+111=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #328B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B6F is #CD7490. Grayscale: #6D6D6D. Windows color (decimal): -13464721 or 7310130. OLE color: 7310130.

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

Color convert

RGB50139111-
CMYK0.6400.200.45
HSL161.12º47.09%37.06%-
HSV(B)161.12º64.03%54.51%-
XYZ13.4220.2918.25-
YUV109.2129.0185.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 139 (54.69% from 255) = 46.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=16.67%
G=46.33%
B=37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391110.6400.200.45161.1247.0937.06
Hex328B6F400142Da12f25
Octal62213157100024552415745
Binary110010100010111101111100000001010010110110100001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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