#32b391

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

Shades of Niagara #32B391

Tints of Niagara #32B391

Color information

#32B391 (or 0x32B391) is unknown color: approx Niagara. HEX triplet: 32, B3 and 91. RGB value is (50,179,145). Sum of RGB (Red+Green+Blue) = 50+179+145=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #32B391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B391 is #CD4C6E. Grayscale: #888888. Windows color (decimal): -13454447 or 9548594. OLE color: 9548594.

HSL color Cylindrical-coordinate representation of color #32B391: hue angle of 164.19º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B391 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB50179145-
CMYK0.7200.190.30
HSL164.19º56.33%44.9%-
HSV(B)164.19º72.07%70.2%-
XYZ22.5534.9632.35-
YUV136.55132.7666.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.37%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=13.37%
G=47.86%
B=38.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501791450.7200.190.30164.1956.3344.9
Hex32B391480131Ea4382d
Octal62263221110023362447055
Binary110010101100111001000110010000100111111010100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32b391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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