#32A594

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

Shades of Niagara #32A594

Tints of Niagara #32A594

Color information

#32A594 (or 0x32A594) is unknown color: approx Niagara. HEX triplet: 32, A5 and 94. RGB value is (50,165,148). Sum of RGB (Red+Green+Blue) = 50+165+148=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #32A594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A594 is #CD5A6B. Grayscale: #808080. Windows color (decimal): -13458028 or 9741618. OLE color: 9741618.

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

Color convert

RGB50165148-
CMYK0.7000.100.35
HSL171.13º53.49%42.16%-
HSV(B)171.13º69.7%64.71%-
XYZ20.1229.7332.69-
YUV128.68138.971.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=13.77%
G=45.45%
B=40.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501651480.7000.100.35171.1353.4942.16
Hex32A594460A23ab352a
Octal62245224106012432536552
Binary110010101001011001010010001100101010001110101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,165,148); }

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

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

 a { background-color: rgb(50,165,148); }

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

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

 span { border-color: rgb(50,165,148); }

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