#32896B

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

Shades of Viridian #32896B

Tints of Viridian #32896B

Color information

#32896B (or 0x32896B) is unknown color: approx Viridian. HEX triplet: 32, 89 and 6B. RGB value is (50,137,107). Sum of RGB (Red+Green+Blue) = 50+137+107=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #32896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32896B is #CD7694. Grayscale: #6B6B6B. Windows color (decimal): -13465237 or 7047474. OLE color: 7047474.

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

Color convert

RGB50137107-
CMYK0.6400.220.46
HSL159.31º46.52%36.67%-
HSV(B)159.31º63.5%53.73%-
XYZ12.9119.6317.02-
YUV107.57127.6886.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=17.01%
G=46.60%
B=36.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371070.6400.220.46159.3146.5236.67
Hex32896B400162E9f2f25
Octal62211153100026562375745
Binary110010100010011101011100000001011010111010011111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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