#328966

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

Shades of Viridian #328966

Tints of Viridian #328966

Color information

#328966 (or 0x328966) is unknown color: approx Viridian. HEX triplet: 32, 89 and 66. RGB value is (50,137,102). Sum of RGB (Red+Green+Blue) = 50+137+102=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #328966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328966 is #CD7699. Grayscale: #6B6B6B. Windows color (decimal): -13465242 or 6719794. OLE color: 6719794.

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

Color convert

RGB50137102-
CMYK0.6400.260.46
HSL155.86º46.52%36.67%-
HSV(B)155.86º63.5%53.73%-
XYZ12.6619.5315.67-
YUV107125.1887.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=17.30%
G=47.40%
B=35.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371020.6400.260.46155.8646.5236.67
Hex3289664001A2E9c2f25
Octal62211146100032562345745
Binary110010100010011100110100000001101010111010011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328966; }

 p { color: rgb(50,137,102); }

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

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

 a { background-color: rgb(50,137,102); }

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

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

 span { border-color: rgb(50,137,102); }

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