#32896D

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

Shades of Viridian #32896D

Tints of Viridian #32896D

Color information

#32896D (or 0x32896D) is unknown color: approx Viridian. HEX triplet: 32, 89 and 6D. RGB value is (50,137,109). Sum of RGB (Red+Green+Blue) = 50+137+109=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #32896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896D is #CD7692. Grayscale: #6B6B6B. Windows color (decimal): -13465235 or 7178546. OLE color: 7178546.

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

Color convert

RGB50137109-
CMYK0.6400.200.46
HSL160.69º46.52%36.67%-
HSV(B)160.69º63.5%53.73%-
XYZ13.0219.6717.58-
YUV107.8128.6886.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=16.89%
G=46.28%
B=36.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371090.6400.200.46160.6946.5236.67
Hex32896D400142Ea12f25
Octal62211155100024562415745
Binary110010100010011101101100000001010010111010100001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32896D; }

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

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

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

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

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

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

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

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