#32896C

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

Shades of Viridian #32896C

Tints of Viridian #32896C

Color information

#32896C (or 0x32896C) is unknown color: approx Viridian. HEX triplet: 32, 89 and 6C. RGB value is (50,137,108). Sum of RGB (Red+Green+Blue) = 50+137+108=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #32896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896C is #CD7693. Grayscale: #6B6B6B. Windows color (decimal): -13465236 or 7113010. OLE color: 7113010.

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

Color convert

RGB50137108-
CMYK0.6400.210.46
HSL160º46.52%36.67%-
HSV(B)160º63.5%53.73%-
XYZ12.9719.6517.3-
YUV107.68128.1886.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=16.95%
G=46.44%
B=36.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371080.6400.210.4616046.5236.67
Hex32896C400152Ea02f25
Octal62211154100025562405745
Binary110010100010011101100100000001010110111010100000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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