#32A790

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

Shades of Niagara #32A790

Tints of Niagara #32A790

Color information

#32A790 (or 0x32A790) is unknown color: approx Niagara. HEX triplet: 32, A7 and 90. RGB value is (50,167,144). Sum of RGB (Red+Green+Blue) = 50+167+144=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #32A790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A790 is #CD586F. Grayscale: #818181. Windows color (decimal): -13457520 or 9479986. OLE color: 9479986.

HSL color Cylindrical-coordinate representation of color #32A790: hue angle of 168.21º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A790 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB50167144-
CMYK0.7000.140.35
HSL168.21º53.92%42.55%-
HSV(B)168.21º70.06%65.49%-
XYZ20.1730.3331.18-
YUV129.4136.2471.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 167 (65.62% from 255) = 46.26%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=13.85%
G=46.26%
B=39.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501671440.7000.140.35168.2153.9242.55
Hex32A790460E23a8362b
Octal62247220106016432506653
Binary110010101001111001000010001100111010001110101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A790; }

 p { color: rgb(50,167,144); }

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

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

 a { background-color: rgb(50,167,144); }

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

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

 span { border-color: rgb(50,167,144); }

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