#328B69

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

Shades of Viridian #328B69

Tints of Viridian #328B69

Color information

#328B69 (or 0x328B69) is unknown color: approx Viridian. HEX triplet: 32, 8B and 69. RGB value is (50,139,105). Sum of RGB (Red+Green+Blue) = 50+139+105=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #328B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B69 is #CD7496. Grayscale: #6C6C6C. Windows color (decimal): -13464727 or 6916914. OLE color: 6916914.

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

Color convert

RGB50139105-
CMYK0.6400.240.45
HSL157.08º47.09%37.06%-
HSV(B)157.08º64.03%54.51%-
XYZ13.120.1616.57-
YUV108.51126.0186.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=17.01%
G=47.28%
B=35.71%

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
Decimal501391050.6400.240.45157.0847.0937.06
Hex328B69400182D9d2f25
Octal62213151100030552355745
Binary110010100010111101001100000001100010110110011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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