#328969

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

Shades of Viridian #328969

Tints of Viridian #328969

Color information

#328969 (or 0x328969) is unknown color: approx Viridian. HEX triplet: 32, 89 and 69. RGB value is (50,137,105). Sum of RGB (Red+Green+Blue) = 50+137+105=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #328969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328969 is #CD7696. Grayscale: #6B6B6B. Windows color (decimal): -13465239 or 6916402. OLE color: 6916402.

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

Color convert

RGB50137105-
CMYK0.6400.230.46
HSL157.93º46.52%36.67%-
HSV(B)157.93º63.5%53.73%-
XYZ12.8119.5916.47-
YUV107.34126.6887.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=17.12%
G=46.92%
B=35.96%

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
Decimal501371050.6400.230.46157.9346.5236.67
Hex328969400172E9e2f25
Octal62211151100027562365745
Binary110010100010011101001100000001011110111010011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328969; }

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

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

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

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

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

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

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

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