#32916E

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

Shades of Viridian #32916E

Tints of Viridian #32916E

Color information

#32916E (or 0x32916E) is unknown color: approx Viridian. HEX triplet: 32, 91 and 6E. RGB value is (50,145,110). Sum of RGB (Red+Green+Blue) = 50+145+110=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #32916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32916E is #CD6E91. Grayscale: #707070. Windows color (decimal): -13463186 or 7246130. OLE color: 7246130.

HSL color Cylindrical-coordinate representation of color #32916E: hue angle of 157.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32916E is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB50145110-
CMYK0.6600.240.43
HSL157.89º48.72%38.24%-
HSV(B)157.89º65.52%56.86%-
XYZ14.2622.0518.26-
YUV112.6126.5383.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=16.39%
G=47.54%
B=36.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501451100.6600.240.43157.8948.7238.24
Hex32916E420182B9e3126
Octal62221156102030532366146
Binary110010100100011101110100001001100010101110011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32916E; }

 p { color: rgb(50,145,110); }

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

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

 a { background-color: rgb(50,145,110); }

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

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

 span { border-color: rgb(50,145,110); }

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